Commit dadb3ec0 authored by yu's avatar yu

1

parent 90c43773
...@@ -346,6 +346,7 @@ cc.Class({ ...@@ -346,6 +346,7 @@ cc.Class({
this.playWordAni().then(() => { this.playWordAni().then(() => {
this.playRecordAudio(); this.playRecordAudio();
}) })
let bg_book2 = pg.view.find(this, "bg_book2");
pg.view.setNetImg(bg_book2, this._stageData.img, { w: 1208, h: 322 }); pg.view.setNetImg(bg_book2, this._stageData.img, { w: 1208, h: 322 });
// this._timeoutIds.push(setTimeout(() => { // this._timeoutIds.push(setTimeout(() => {
// pg.view.visible(icon_hand, true); // pg.view.visible(icon_hand, 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