Browse Source

删除错误的暂停调用

master
kola-web 1 week ago
parent
commit
0fa5ef9a94
  1. 2
      src/pages/article/index.ts

2
src/pages/article/index.ts

@ -133,7 +133,6 @@ Page({ @@ -133,7 +133,6 @@ Page({
});
this.getDetail();
this.onClose();
this.handlePause();
},
onClose() {
const chapterTip = !wx.getStorageSync('chapterTip');
@ -191,6 +190,7 @@ Page({ @@ -191,6 +190,7 @@ Page({
} else {
this.backgroundAudioManagerListener();
this.setData({
play: false,
progress: 0,
currentTime: 0,
});

Loading…
Cancel
Save