修改支付跳转修改打包版本

This commit is contained in:
2024-12-13 16:46:16 +08:00
parent f0edf9f419
commit b344413b2a
3 changed files with 19 additions and 5 deletions

View File

@@ -618,6 +618,16 @@
// #endif
},
onShow() {
console.log('onSHow video');
//当应用从后台进入前台时自动播放
if (this.videoContext) {
this.videoContext.play()
}
const noBuyVideoIndex= uni.getStorageSync('noBuyVideoIndex')
if(noBuyVideoIndex!==null&&noBuyVideoIndex!==undefined){
this.noBuyVideoIndex=noBuyVideoIndex
}
try {
this.playType = Number(uni.getStorageSync('playType'))
} catch (e) {