|
|
@@ -9,14 +9,14 @@
|
|
|
:up="upOption" @up="upCallback" @emptyclick="emptyClick">
|
|
|
<view>
|
|
|
<view class="flex-col justify-between item" v-for="(item,index) in list" :key="index">
|
|
|
- <view class="flex-row justify-between listItemMsg">
|
|
|
- <view class="memberNo">
|
|
|
- <text>{{ item.couponName }}</text>
|
|
|
- </view>
|
|
|
- <view class="flex-row justify-between">
|
|
|
- <text>{{item.useCoupon}}/{{item.totalUseCoupon}}</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="flex-row justify-between">
|
|
|
+ <view class="flex-col justify-center">
|
|
|
+ <text class="name">{{ item.couponName }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="flex-col justify-around">
|
|
|
+ <text class="time">{{item.useCoupon}}/{{item.totalUseCoupon}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</mescroll-uni>
|