|
@@ -2,8 +2,8 @@
|
|
|
<div scroll-y="true" :class="['scroll-Y' , theme]">
|
|
|
<div>
|
|
|
<div class="parkingFeeCoupon">
|
|
|
- <van-checkbox-group :value="checkedCouponList">
|
|
|
- <div class="card-list" v-if="couponList.length && false">
|
|
|
+ <van-checkbox-group :model-value="checkedCouponList">
|
|
|
+ <div class="card-list" v-if="couponList.length">
|
|
|
<div v-for="(item, index) in couponList" :key="index" ref="couponItem">
|
|
|
<div v-if="rowData.indexOf(index)> -1" class="item" @click="checkboxItemChange(`coupon${index}`, index)">
|
|
|
<div class="coupon-active" v-if="checkedCouponList.indexOf(`coupon${index}`) > -1">
|