领取接口
This commit is contained in:
parent
2ba92103f9
commit
d7a8578b0a
|
|
@ -60,7 +60,8 @@
|
|||
onLoad
|
||||
} from '@dcloudio/uni-app'
|
||||
import {
|
||||
selectTaskCenterUserReward
|
||||
selectTaskCenterUserReward,
|
||||
receiveGoods
|
||||
} from '@/api/task/index.js'
|
||||
let datas = reactive({
|
||||
list: [],
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ export const useCommonStore = defineStore("common", {
|
|||
// 1大于2 更新弹窗、抽奖不显示
|
||||
if (n1 > n2) return -1
|
||||
}
|
||||
// 1等于2 更新弹窗不显示‘抽奖显示
|
||||
// APP等于2 更新弹窗不显示‘抽奖显示
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue