修复我的喜欢跳转播放未跳转到喜欢的集数
This commit is contained in:
@@ -526,6 +526,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
|
this.courseDetailsId=e.courseDetailsId
|
||||||
//是开启整部购买
|
//是开启整部购买
|
||||||
this.zhengbu = uni.getStorageSync('zhengbu') ? uni.getStorageSync('zhengbu') : '否'
|
this.zhengbu = uni.getStorageSync('zhengbu') ? uni.getStorageSync('zhengbu') : '否'
|
||||||
//是否开启单集购买
|
//是否开启单集购买
|
||||||
|
|||||||
@@ -538,6 +538,7 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
|
this.courseDetailsId=e.courseDetailsId
|
||||||
//在苹果系统微信小程序是否开启支付
|
//在苹果系统微信小程序是否开启支付
|
||||||
this.isWxIosPay = uni.getStorageSync('isWxIosPay')
|
this.isWxIosPay = uni.getStorageSync('isWxIosPay')
|
||||||
//是开启整部购买
|
//是开启整部购买
|
||||||
|
|||||||
Reference in New Issue
Block a user