Commit 08c5db95 authored by limingzhe's avatar limingzhe

fix: debug

parent 313a18ae
......@@ -2772,7 +2772,7 @@
}
],
"_prefab": null,
"_opacity": 160,
"_opacity": 0,
"_color": {
"__type__": "cc.Color",
"r": 255,
......
......@@ -159,10 +159,7 @@ export default class NewClass extends middleLayerBase {
}
hideNetworkLoading() {
const networkLoading = cc.find('middleLayer/UI/network_loading');
setTimeout(() => {
networkLoading.active = false;
}, 2000);
networkLoading.active = false;
}
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