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