领取接口

This commit is contained in:
duan
2025-01-20 14:52:51 +08:00
parent 2ba92103f9
commit d7a8578b0a
2 changed files with 3 additions and 2 deletions

View File

@@ -60,7 +60,8 @@
onLoad onLoad
} from '@dcloudio/uni-app' } from '@dcloudio/uni-app'
import { import {
selectTaskCenterUserReward selectTaskCenterUserReward,
receiveGoods
} from '@/api/task/index.js' } from '@/api/task/index.js'
let datas = reactive({ let datas = reactive({
list: [], list: [],

View File

@@ -88,7 +88,7 @@ export const useCommonStore = defineStore("common", {
// 1大于2 更新弹窗、抽奖不显示 // 1大于2 更新弹窗、抽奖不显示
if (n1 > n2) return -1 if (n1 > n2) return -1
} }
// 1等于2 更新弹窗不显示‘抽奖显示 // APP等于2 更新弹窗不显示‘抽奖显示
return 0 return 0
} }