This commit is contained in:
gyq
2024-12-23 18:18:20 +08:00
parent 7b44d1f9fb
commit a78cc2ecf7
55 changed files with 1202 additions and 932 deletions

View File

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

View File

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