Commit 71a1cafd authored by limingzhe's avatar limingzhe

fix: debug

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