|
|
|
@ -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, |
|
|
|
|
}); |
|
|
|
|