wuwangdong 4 years ago
parent
commit
23f63998bc

+ 11 - 23
assets/resources/game/prefab/game.prefab

@@ -4733,8 +4733,8 @@
       "__type__": "TypedArray",
       "ctor": "Float64Array",
       "array": [
-        -86,
-        -27.2,
+        0,
+        0,
         0,
         0,
         0,
@@ -4818,7 +4818,7 @@
     "asset": {
       "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
     },
-    "fileId": "75f4C+bTFHNab7ekfnX9S/",
+    "fileId": "0ere8RvthAVoNTgqki7hey",
     "sync": false
   },
   {
@@ -4963,8 +4963,8 @@
       "__type__": "TypedArray",
       "ctor": "Float64Array",
       "array": [
-        -131.39,
-        -25.2,
+        0,
+        0,
         0,
         0,
         0,
@@ -5030,7 +5030,7 @@
     "asset": {
       "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
     },
-    "fileId": "29P0EwZSJDu5KIYVCLaOzb",
+    "fileId": "1aw+2QTUlMqZFUWy/cc6W4",
     "sync": false
   },
   {
@@ -5072,8 +5072,8 @@
       "__type__": "TypedArray",
       "ctor": "Float64Array",
       "array": [
-        28.650000000000006,
-        -25.2,
+        0,
+        0,
         0,
         0,
         0,
@@ -5139,7 +5139,7 @@
     "asset": {
       "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
     },
-    "fileId": "bb02qqCzlCQpgga5eEmamG",
+    "fileId": "07vg4aww9KS5b/Yp9M2htB",
     "sync": false
   },
   {
@@ -9970,22 +9970,10 @@
   },
   {
     "__type__": "RedPoinNode",
-    "node_sign": {
-      "__id__": 240
-    },
-    "node_pigbank": {
-      "__id__": 220
-    },
-    "node_redbagCash": {
+    "node_gradeReward": {
       "__id__": 84
     },
-    "node_blessingBag": {
-      "__id__": 230
-    },
-    "node_turnable": {
-      "__id__": 47
-    },
-    "node_redeem": {
+    "node_sign": {
       "__id__": 31
     }
   },

File diff suppressed because it is too large
+ 324 - 139
assets/resources/module/newCashUI/walletCashOut.prefab


+ 1 - 1
assets/script/game/data/module/WalletCashOutData.ts

@@ -48,7 +48,7 @@
         if (response.errcode != 0) {
             if(response.data.count > 0)
             {
-                gData.lineUpUIData.personCount = response.count;
+                gData.lineUpUIData.personCount = response.data.count;
                 mk.ui.openPanel("module/newNotice/LineUpUI");
             }
             return;

Some files were not shown because too many files changed in this diff