增加转盘抽奖跳转
This commit is contained in:
@@ -72,6 +72,12 @@
|
||||
if(!isFirstLoad){
|
||||
await init()
|
||||
refVideoList.value.videoListUpdata()
|
||||
const drawRes=await Api.getDrawCount()
|
||||
if(drawRes.count>0){
|
||||
uni.navigateTo({
|
||||
url:'pages/me/prizeDraw'
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user