Commit e08f64c7 authored by 范雪寒's avatar 范雪寒

feat: 适配

parent a00cd9c2
...@@ -13044,7 +13044,7 @@ ...@@ -13044,7 +13044,7 @@
"__id__": 261 "__id__": 261
} }
], ],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 264 "__id__": 264
...@@ -13054,7 +13054,7 @@ ...@@ -13054,7 +13054,7 @@
} }
], ],
"_prefab": null, "_prefab": null,
"_opacity": 90, "_opacity": 50,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 0, "r": 0,
......
...@@ -235,6 +235,7 @@ cc.Class({ ...@@ -235,6 +235,7 @@ cc.Class({
.call(() => { .call(() => {
if (data.has_child == '0') { if (data.has_child == '0') {
this.hideAllSubmenu(); this.hideAllSubmenu();
this.hideMenu();
btn.active = false; btn.active = false;
btnSelected.active = true; btnSelected.active = true;
label.active = false; label.active = false;
......
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