@@ -16,6 +16,10 @@
|
||||
>已到期</view>
|
||||
<view
|
||||
v-if="data.status === 0 && !radioModel"
|
||||
class="coupons__tag coupons__tag-expire"
|
||||
>未使用</view>
|
||||
<view
|
||||
v-if="data.status === 0 && radioModel"
|
||||
class="coupons__tag"
|
||||
@click="goGoods()"
|
||||
>去使用</view>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
>
|
||||
<Coupons
|
||||
:data="item"
|
||||
radio-model
|
||||
:radio-model="current === 0"
|
||||
@change="selectCoupon"
|
||||
/>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user