Ver código fonte

屏蔽存钱罐

zouyong 5 anos atrás
pai
commit
34c958a7d1

+ 3 - 3
tower_sanguo/assets/resources/module/main/main.prefab

@@ -151,7 +151,7 @@
       "array": [
         0,
         0,
-        367.19477120460203,
+        360.40853156847754,
         0,
         0,
         0,
@@ -1727,7 +1727,7 @@
     "asset": {
       "__uuid__": "12e4eb4b-bc7d-4f5e-8a52-dbe046a0531a"
     },
-    "fileId": "67C5DnhMdOnblw1UpNf1C4",
+    "fileId": "1aMSmi/pJPy7vWZMGe3MDC",
     "sync": false
   },
   {
@@ -1857,7 +1857,7 @@
     "asset": {
       "__uuid__": "12e4eb4b-bc7d-4f5e-8a52-dbe046a0531a"
     },
-    "fileId": "cd3+gSI5JDta36NX0fcTp/",
+    "fileId": "85O/JkNJNBF57JpoYk99D9",
     "sync": false
   },
   {

+ 3 - 3
tower_sanguo/assets/scripts/module/main/MainUI.ts

@@ -134,9 +134,9 @@ export default class MainUI extends BaseUI {
 
         XXEvent.on("MainUIUpdateQiPaoMarshal", this.updateQiPaoMarshal, this);
         XXEvent.on("open-guide", this.openGuideUI, this);
-        if (PiggyBankModel.bank_cash_value) {
-            GameController.uiM.openUI(PiggyBankUI)
-        }
+        // if (PiggyBankModel.bank_cash_value) {
+        //     GameController.uiM.openUI(PiggyBankUI)
+        // }
     }
 
     private initScheduler() {