This commit is contained in:
2024-12-09 10:54:13 +08:00
3 changed files with 5 additions and 11 deletions

View File

@@ -1194,7 +1194,7 @@
this.noBuyVideoIndex=null
this.videoContext.stop()
return uni.navigateTo({
url:'/me/choujiang/choujiang?orderId'+2144
url:'/me/choujiang/choujiang'
})
}
} else { //直接跳转进来的
@@ -1208,13 +1208,6 @@
this.goListPosition(this.videoList[indexs].courseDetailsId)
}
if (this.videoList[indexss].videoUrl) { //有播放权限
if(this.noBuyVideoIndex!==null){
this.noBuyVideoIndex=null
this.videoContext.stop()
return uni.navigateTo({
url:'/me/choujiang/choujiang'
})
}
let numIdCurr = this.videoList[indexss].courseDetailsId;
this.videoContextId = 'myVideo' + numIdCurr;
this.videoContext = uni.createVideoContext(this

View File

@@ -1463,10 +1463,10 @@
}
})
})
if(this.noBuyVideoIndex!==null&&this.noBuyVideoIndex==indexss){
if(this.noBuyVideoIndex!==null){
this.noBuyVideoIndex=null
return uni.navigateTo({
url:'/me/choujiang/choujiang?orderId'+2144
url:'/me/choujiang/choujiang'
})
}
} else { //直接跳转进来的