Commit 71a1cafd authored by limingzhe's avatar limingzhe

fix: debug

parent 2ed893ea
...@@ -627,16 +627,10 @@ cc.Class({ ...@@ -627,16 +627,10 @@ cc.Class({
this.initData(); this.initData();
console.log(' in loadEnd 2')
this.initView(); this.initView();
console.log(' in loadEnd 3')
this.initListener(); this.initListener();
console.log(' in loadEnd 4')
cb(); cb();
}, },
...@@ -2349,6 +2343,8 @@ cc.Class({ ...@@ -2349,6 +2343,8 @@ cc.Class({
console.log(' in completed!!!!') console.log(' in completed!!!!')
this.videoPlayEnd(); this.videoPlayEnd();
this.cleanRecordItemFlag(); this.cleanRecordItemFlag();
this.showFinish();
}) })
}, },
...@@ -3803,6 +3799,14 @@ cc.Class({ ...@@ -3803,6 +3799,14 @@ cc.Class({
}, },
showFinish() {
const middleLayer = cc.find('middleLayer');
if (middleLayer) {
middleLayer.getComponent('middleLayer').goNextPage();
}
},
addPicAudio(picNode) { addPicAudio(picNode) {
const data = picNode.data; const data = picNode.data;
......
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