@@ -9,6 +9,7 @@
|
||||
<view>有效期至:
|
||||
<text>{{ data.endTime }}</text>
|
||||
</view>
|
||||
<!-- status: 0-未使用,1-已使用,2-已过期 -->
|
||||
<view
|
||||
v-if="data.status===2"
|
||||
class="coupons__tag coupons__tag-expire"
|
||||
|
||||
@@ -847,7 +847,7 @@ export default {
|
||||
this.attr.defaultSku = data.defaultSku
|
||||
this.attr.defaultSkuIndex = data.defaultSkuIndex
|
||||
|
||||
data.couponList['unusable']?.map(item => 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)
|
||||
|
||||
Reference in New Issue
Block a user