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