|
@@ -68,7 +68,10 @@ Page({
|
|
|
share_count: 2
|
|
share_count: 2
|
|
|
})
|
|
})
|
|
|
if(this.data.scene === 1007 || this.data.scene === 1008){
|
|
if(this.data.scene === 1007 || this.data.scene === 1008){
|
|
|
|
|
+ console.log('准备跳转novel')
|
|
|
this.goToBookDetail()
|
|
this.goToBookDetail()
|
|
|
|
|
+ }else{
|
|
|
|
|
+ console.log('没有跳转novel')
|
|
|
}
|
|
}
|
|
|
} else if (+options.share_count === 1 && this.data.share_count === 2) {
|
|
} else if (+options.share_count === 1 && this.data.share_count === 2) {
|
|
|
this.setData({
|
|
this.setData({
|