Fix(抽奖):修复抽奖领取无法更新状态的问题

This commit is contained in:
lifizer
2024-04-08 13:07:01 +08:00
parent 01bed46bce
commit b02bba911d
+1 -1
View File
@@ -80,7 +80,7 @@ export default {
this.page++
this.fetchList()
},
async takeItem(item) {
async takeItem(item, index) {
// 领取商品
if (item['prizeType'] === 1 && item['status'] === 1) {
uni.navigateTo({