|
@@ -66,7 +66,6 @@ Page({
|
|
|
}
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
- console.log(options);
|
|
|
let videoId = options.videoId
|
|
|
this.getreadInfo(videoId, options.reset)
|
|
|
this.setData({
|
|
@@ -585,10 +584,14 @@ Page({
|
|
|
this.resetReading()
|
|
|
},
|
|
|
onUnload() {
|
|
|
- console.log('结束了吗22222');
|
|
|
this.resetReading()
|
|
|
this.storeBindings.destroyStoreBindings()
|
|
|
},
|
|
|
+ backReading() {
|
|
|
+ wx.navigateBack({
|
|
|
+ delta: 1
|
|
|
+ })
|
|
|
+ },
|
|
|
creatShare() {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
let video = this.data.videoInfo
|