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

feat:

parent fda72866
......@@ -87,13 +87,10 @@ cc.Class({
// this.baseUrl = 'http://staging-teach.ireadabc.com/api/';
// this.initStoryBoxView({
// // coursewareId: 18307
// // coursewareId: 18582
// coursewareId: 25687
// coursewareId: 21637
// });
// this.bundleType = 'StoryBox';
this.log("汪汪汪");
},
asyncDelayLog(str) {
......@@ -407,6 +404,7 @@ cc.Class({
console.log("canvas.width = " + canvas.width);
console.log("canvas.height = " + canvas.height);
this.can_click_menu_item_storyBox = false;
const menuBase = cc.find("middleLayer/storyBox/menu/menuBase");
cc.tween(menuBase)
.to(
......@@ -421,6 +419,7 @@ cc.Class({
},
hideMenu() {
this.can_click_menu_item_storyBox = false;
this.hideAllSubmenu();
this.resetAllMenu();
......
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