修改支付跳转修改打包版本
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user