Browse Source

【修复】打开福袋需要微信授权
http://chandao.zbc6b.com/zentao/bug-view-1015.html

zouyong 5 năm trước cách đây
mục cha
commit
87154b232a

+ 2 - 2
assets/resources/game/prefab/game.prefab

@@ -5083,7 +5083,7 @@
     },
     "_enabled": true,
     "panel_name": "module/blessingBag/blessingBag",
-    "bool_Auth": false,
+    "bool_Auth": true,
     "open_type": 0,
     "transition_type": 0,
     "onComplete": {
@@ -5236,7 +5236,7 @@
     },
     "_enabled": true,
     "panel_name": "module/blessingBag/blessingBag",
-    "bool_Auth": false,
+    "bool_Auth": true,
     "open_type": 0,
     "transition_type": 0,
     "onComplete": {

+ 1 - 1
assets/script/mk/system/UISystem.ts

@@ -156,7 +156,7 @@ export default class UISystem extends cc.Component {
             mk.event.emit('close-panel', panelName);
         }
 
-        this.isPanelClosing = true;
+        this.isPanelClosing = false;
     }
 }