|
@@ -12,9 +12,10 @@
|
|
|
<view class="item" v-for="(item,index) in list" :key="index">
|
|
<view class="item" v-for="(item,index) in list" :key="index">
|
|
|
<view class="flex-row justify-between" @click="goOrderDetail(item)">
|
|
<view class="flex-row justify-between" @click="goOrderDetail(item)">
|
|
|
<view class="leftText" :class="{'backColor1':item.tradeNoType == '1','backColor2':item.tradeNoType == '2','backColor3':item.tradeNoType == '3'}">
|
|
<view class="leftText" :class="{'backColor1':item.tradeNoType == '1','backColor2':item.tradeNoType == '2','backColor3':item.tradeNoType == '3'}">
|
|
|
- <text v-if="item.tradeNoType == '1'">消费</text>
|
|
|
|
|
- <text v-if="item.tradeNoType == '2'">充值</text>
|
|
|
|
|
- <text v-if="item.tradeNoType == '3'">退款</text>
|
|
|
|
|
|
|
+ <text v-if="item.tradeNoType == '1'">减少</text>
|
|
|
|
|
+ <text v-if="item.tradeNoType == '2'">新增</text>
|
|
|
|
|
+ <text v-if="item.tradeNoType == '3'">减少</text>
|
|
|
|
|
+ <text v-if="item.tradeNoType == '4'">增加</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="rightText flex-col">
|
|
<view class="rightText flex-col">
|
|
|
<view class=" flex-row justify-between">
|
|
<view class=" flex-row justify-between">
|