This commit is contained in:
wwz
2024-12-23 19:03:22 +08:00
154 changed files with 9644 additions and 1717 deletions

View File

@@ -1320,7 +1320,7 @@
console.log(res)
if (res.count >= 1) {
uni.navigateTo({
url: '/me/choujiang/choujiang'
url: '/me/VjgyqAzklr/VjgyqAzklr'
})
} else {
this.videoContext.play();
@@ -1354,7 +1354,7 @@
console.log('转盘抽奖次数')
if (res.count >= 1) {
uni.navigateTo({
url: '/me/choujiang/choujiang'
url: '/me/VjgyqAzklr/VjgyqAzklr'
})
} else {
this.videoContext.play();

View File

@@ -1558,7 +1558,7 @@
if (this.noBuyVideoIndex !== null) {
this.noBuyVideoIndex = null
return uni.navigateTo({
url: '/me/choujiang/choujiang'
url: '/me/VjgyqAzklr/VjgyqAzklr'
})
}
} else { //直接跳转进来的
@@ -1674,7 +1674,7 @@
console.log('转盘抽奖次数', res.count)
if (res.count >= 1) {
uni.navigateTo({
url: '/me/choujiang/choujiang'
url: '/me/VjgyqAzklr/VjgyqAzklr'
})
} else {}
})