Commit 08c5db95 authored by limingzhe's avatar limingzhe

fix: debug

parent 313a18ae
...@@ -2772,7 +2772,7 @@ ...@@ -2772,7 +2772,7 @@
} }
], ],
"_prefab": null, "_prefab": null,
"_opacity": 160, "_opacity": 0,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 255,
......
...@@ -159,10 +159,7 @@ export default class NewClass extends middleLayerBase { ...@@ -159,10 +159,7 @@ export default class NewClass extends middleLayerBase {
} }
hideNetworkLoading() { hideNetworkLoading() {
const networkLoading = cc.find('middleLayer/UI/network_loading'); const networkLoading = cc.find('middleLayer/UI/network_loading');
networkLoading.active = false;
setTimeout(() => {
networkLoading.active = false;
}, 2000);
} }
showBackBtn() { showBackBtn() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment