Fix(抽奖):修复抽奖领取无法更新状态的问题
This commit is contained in:
@@ -80,7 +80,7 @@ export default {
|
|||||||
this.page++
|
this.page++
|
||||||
this.fetchList()
|
this.fetchList()
|
||||||
},
|
},
|
||||||
async takeItem(item) {
|
async takeItem(item, index) {
|
||||||
// 领取商品
|
// 领取商品
|
||||||
if (item['prizeType'] === 1 && item['status'] === 1) {
|
if (item['prizeType'] === 1 && item['status'] === 1) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
|||||||
Reference in New Issue
Block a user