From 0fa5ef9a943276e8a57416f5fb037465b9406660 Mon Sep 17 00:00:00 2001 From: kola-web Date: Thu, 13 Feb 2025 17:49:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E6=9A=82=E5=81=9C=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/article/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });