领取接口
This commit is contained in:
@@ -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: [],
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user