@@ -0,0 +1,17 @@
+import { Data } from "../../../mk/data/Data";
+
+const {ccclass, property} = cc._decorator;
+@ccclass
+export default class NewClass extends Data {
+ async getUserBillInfo(){
+ let response = await mk.http.sendData('bill/getUserBillInfo', {});
+ if (response.errcode != 0) {
+ return null;
+ }
+ gData.gameData.playerProp.cashOutBillData = response.data.billOrderInfoView;
+}
@@ -0,0 +1,9 @@
+{
+ "ver": "1.0.8",
+ "uuid": "20af6fc4-4c3a-492a-8be8-2534309a5ad8",
+ "isPlugin": false,
+ "loadPluginInWeb": true,
+ "loadPluginInNative": true,
+ "loadPluginInEditor": false,
+ "subMetas": {}
@@ -0,0 +1 @@
+[1,["d6o1UoAuJGQrZK5/pJPzLI"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"line","rect":[4,0,692,19],"offset":[2,0],"originalSize":[696,19],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
+[1,0,0,["cc.Texture2D"],0,["0,9729,9729,33071,33071,0,0,1",-1],[0],0,[],[],[]]