|
@@ -8,7 +8,7 @@
|
|
|
<view class="time">交易时间:{{item.add_time}}</view>
|
|
|
<view class="type" v-if="item.status == 0">审核中</view>
|
|
|
<view class="type1" v-if="item.status == 1">已完成</view>
|
|
|
- <view class="type2" v-if="item.status == 2">提现失败</view>
|
|
|
+ <view class="type2" v-if="item.status == -1">提现失败</view>
|
|
|
</view>
|
|
|
<view class="content flex">
|
|
|
<view class="main flex">
|