修复我的喜欢跳转播放未跳转到喜欢的集数

This commit is contained in:
2025-01-06 22:01:58 +08:00
parent aa2e7d1ca4
commit ff6a2c7f0b
2 changed files with 2 additions and 0 deletions

View File

@@ -526,6 +526,7 @@
}
},
onLoad(e) {
this.courseDetailsId=e.courseDetailsId
//是开启整部购买
this.zhengbu = uni.getStorageSync('zhengbu') ? uni.getStorageSync('zhengbu') : '否'
//是否开启单集购买

View File

@@ -538,6 +538,7 @@
},
onLoad(e) {
this.courseDetailsId=e.courseDetailsId
//在苹果系统微信小程序是否开启支付
this.isWxIosPay = uni.getStorageSync('isWxIosPay')
//是开启整部购买