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

feat:

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