| | |
| | | <view class="info-a-label"> |
| | | {{item.type === 0 ? '完成订单' : item.type === 1 ? '提现支出' : item.type === 2 ? '提现退回' : ''}} |
| | | <template v-if="item.type === 1"> |
| | | <text style="color: #FF0020;" v-if="item.withdrawStatus == 2">未通过</text> |
| | | <text style="color: #004096" v-else-if="item.withdrawStatus == 1">已通过</text> |
| | | <text style="color: #FF0020;" v-else>审核中</text> |
| | | <text style="color: #FF0020;" v-if="item.status == 2">处理中</text> |
| | | <text style="color: #FF0020;" v-else-if="item.status == 1">失败</text> |
| | | <text style="color: #004096;" v-else>已通过</text> |
| | | </template> |
| | | </view> |
| | | <view class="info-a-price"> |