diff --git a/components/Coupons.vue b/components/Coupons.vue index 69b4bb2..6c037b7 100644 --- a/components/Coupons.vue +++ b/components/Coupons.vue @@ -9,6 +9,7 @@ 有效期至: {{ data.endTime }} + item.status = 2) + // data.couponList['unusable']?.map(item => item.status = 2) this.$set(this, 'couponList', data.couponList) this.$set(this, 'replyCount', data.replyCount) this.$set(this, 'replyChance', data.replyChance)