diff --git a/src/pages/article/index.ts b/src/pages/article/index.ts index cf4f76b..28cdc84 100644 --- a/src/pages/article/index.ts +++ b/src/pages/article/index.ts @@ -133,7 +133,6 @@ Page({ }); this.getDetail(); this.onClose(); - this.handlePause(); }, onClose() { const chapterTip = !wx.getStorageSync('chapterTip'); @@ -191,6 +190,7 @@ Page({ } else { this.backgroundAudioManagerListener(); this.setData({ + play: false, progress: 0, currentTime: 0, });