Commit d01655dc authored by huoshizhe's avatar huoshizhe

fix: 重复播放问题

parent ab9d4b04
...@@ -295,6 +295,7 @@ cc.Class({ ...@@ -295,6 +295,7 @@ cc.Class({
if (this.curPage != this._playAllData.currentPageIdx) { if (this.curPage != this._playAllData.currentPageIdx) {
this._playAllData.currentPageIdx = this.curPage; this._playAllData.currentPageIdx = this.curPage;
this._playAllData.currentPicIdx = 0; this._playAllData.currentPicIdx = 0;
this._playAllData.currentAudioId = null;
} }
const picNodeComponent = this.picNode.getComponent('picNode'); const picNodeComponent = this.picNode.getComponent('picNode');
......
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
}, },
"android": { "android": {
"sceneName": "Book_Read", "sceneName": "Book_Read",
"version": "b401d" "version": "6b64e"
} }
} }
\ No newline at end of file
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