修改跳转抽奖逻辑
This commit is contained in:
parent
47751a7267
commit
98d3572526
|
|
@ -1076,6 +1076,13 @@
|
|||
this.videoContextId = 'myVideo' + numIdCurr;
|
||||
this.videoContext = uni.createVideoContext(this.videoContextId, this);
|
||||
console.log('走更新了')
|
||||
if(this.noBuyVideoIndex!==null &&this.noBuyVideoIndex==this.current){
|
||||
this.noBuyVideoIndex=null;
|
||||
return uni.navigateTo({
|
||||
url:'/me/choujiang/choujiang'
|
||||
})
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
//播放当前的
|
||||
this.videoContext.play();
|
||||
|
|
|
|||
Loading…
Reference in New Issue