|
|
@@ -162,19 +162,18 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="listItem" v-if="selectDate == key" v-for="(item,index) in mapListCopy.get(key)">
|
|
|
- <view class="flex-row justify-around listItemMsg">
|
|
|
- <view class="memberNo flex-col">
|
|
|
- <text>会员编号:{{ item.memberNo }}</text>
|
|
|
- <text class="time">{{ item.createTime }}</text>
|
|
|
- </view>
|
|
|
- <view >
|
|
|
- <view class="flex-row justify-between" style="width: 190rpx" >
|
|
|
+ <view class="flex-col listItemMsg">
|
|
|
+ <view class="flex-row justify-between">
|
|
|
+ <text class="memberNo">会员编号:{{ item.memberNo }}</text>
|
|
|
+ <view class="flex-row justify-between msg" >
|
|
|
<text>{{ item.remake }}</text>
|
|
|
<text>{{ item.amount }}</text>
|
|
|
</view>
|
|
|
+ </view>
|
|
|
+ <view class="flex-row justify-between">
|
|
|
+ <text class="time">{{ item.createTime }}</text>
|
|
|
<view v-if="item.remake == '充值'" class="time">当前可提现:{{ item.canWithdrawAmount }}</view>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|