抽奖修改

This commit is contained in:
GaoHao
2024-12-24 17:38:44 +08:00
parent 06d0ff416d
commit 36dc91df60
4 changed files with 59 additions and 65 deletions

View File

@@ -229,8 +229,7 @@
if (item.jumpType == 0) {
if (item.buttonTitle.indexOf("领取") != -1) {
this.taskReceive(item.id)
}
if (item.buttonTitle.indexOf("观看视频") != -1) {
} else if (item.buttonTitle.indexOf("观看视频") != -1) {
// 首次加载广告
this.urlCallback = {
userId: uni.getStorageSync('userId'),