Commit 8219b8f4 authored by 范雪寒's avatar 范雪寒

test:

parent 494e308d
...@@ -218,6 +218,7 @@ cc.Class({ ...@@ -218,6 +218,7 @@ cc.Class({
if (!this.can_click_menu_item_storyBox) { if (!this.can_click_menu_item_storyBox) {
return; return;
} }
this.can_click_menu_item_storyBox = false;
console.log(data); console.log(data);
cc.tween(btn) cc.tween(btn)
.to(0.1, { scale: 1.1 }) .to(0.1, { scale: 1.1 })
...@@ -241,7 +242,6 @@ cc.Class({ ...@@ -241,7 +242,6 @@ cc.Class({
this.syllabus_id = data.children[0].id; this.syllabus_id = data.children[0].id;
this.loadBundleByConf(data.children[0].conf); this.loadBundleByConf(data.children[0].conf);
this.can_click_menu_item_storyBox = false;
} else { } else {
this.hideAllSubmenu(); this.hideAllSubmenu();
menuBase.active = true; menuBase.active = true;
......
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