Fix(抽奖):修复抽奖领取无法更新状态的问题
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user