|
@@ -64,8 +64,8 @@
|
|
:coupon="item"
|
|
:coupon="item"
|
|
:checked="item.lotteryId === selectedId"
|
|
:checked="item.lotteryId === selectedId"
|
|
:specOriginPrice="specOriginPrice"
|
|
:specOriginPrice="specOriginPrice"
|
|
- v-for="item in canUseCoupon"
|
|
|
|
- :key="item.lotteryId"
|
|
|
|
|
|
+ v-for="(item, index) in canUseCoupon"
|
|
|
|
+ :key="item.lotteryId + '_' + index"
|
|
@onChange="onRadioChange"
|
|
@onChange="onRadioChange"
|
|
>
|
|
>
|
|
</CouponList>
|
|
</CouponList>
|