Merge branch 'ymf' of https://e.coding.net/g-cphe0354/duanju/video_app into test
This commit is contained in:
commit
e796c086f8
|
|
@ -1107,6 +1107,7 @@
|
|||
console.log('走更新了')
|
||||
if(this.noBuyVideoIndex!==null ){
|
||||
this.noBuyVideoIndex=null;
|
||||
this.videoContext.stop()
|
||||
return uni.navigateTo({
|
||||
url:'/me/choujiang/choujiang'
|
||||
})
|
||||
|
|
@ -1190,6 +1191,7 @@
|
|||
})
|
||||
if(this.noBuyVideoIndex!==null){
|
||||
this.noBuyVideoIndex=null
|
||||
this.videoContext.stop()
|
||||
return uni.navigateTo({
|
||||
url:'/me/choujiang/choujiang?orderId'+2144
|
||||
})
|
||||
|
|
@ -1206,6 +1208,7 @@
|
|||
if (this.videoList[indexss].videoUrl) { //有播放权限
|
||||
if(this.noBuyVideoIndex!==null){
|
||||
this.noBuyVideoIndex=null
|
||||
this.videoContext.stop()
|
||||
return uni.navigateTo({
|
||||
url:'/me/choujiang/choujiang'
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue