| | |
| | | <view class="info"> |
| | | <view class="info-a"> |
| | | <view class="info-a-label"> |
| | | {{item.type === 0 ? '完成订单' : item.type === 1 ? '提现支出' : item.type === 2 ? '提现退回' : item.type === 3 ? '平台奖励' : item.type === 4 ? '责任扣款' : item.type === 5 ? '异常金额' : ''}} |
| | | {{item.type === 0 ? '完成订单' : item.type === 1 ? '提现支出' : item.type === 2 ? '提现退回' : item.type === 3 ? '平台奖励' : item.type === 4 ? '责任扣款' : item.type === 5 ? '保管补贴' : ''}} |
| | | <template v-if="item.type === 1"> |
| | | <text style="color: #FF0020;" v-if="item.status == 2">处理中</text> |
| | | <text style="color: #FF0020;" v-else-if="item.status == 1">失败</text> |
| | |
| | | </template> |
| | | </view> |
| | | <view class="info-a-price"> |
| | | <text>{{[1, 4, 5].includes(item.type) ? '-' : '+'}}{{item.amountInfo || 0}}</text> |
| | | <text>{{[1, 4].includes(item.type) ? '-' : '+'}}{{item.amountInfo || 0}}</text> |
| | | <text></text> |
| | | </view> |
| | | </view> |
| | |
| | | <view @click="checkType(1)" :class="tempType == 1?'sear-item-list-item active':'sear-item-list-item'">订单结算</view> |
| | | <view @click="checkType(2)" :class="tempType == 2?'sear-item-list-item active':'sear-item-list-item'">提现</view> |
| | | <view @click="checkType(6)" :class="tempType == 6?'sear-item-list-item active':'sear-item-list-item'">提现退回</view> |
| | | <view @click="checkType(3)" :class="tempType == 3?'sear-item-list-item active':'sear-item-list-item'">平台奖励</view> |
| | | <view @click="checkType(4)" :class="tempType == 4?'sear-item-list-item active':'sear-item-list-item'">责任扣款</view> |
| | | <view @click="checkType(5)" :class="tempType == 5?'sear-item-list-item active':'sear-item-list-item'">异常金额</view> |
| | | <view @click="checkType(5)" :class="tempType == 5?'sear-item-list-item active':'sear-item-list-item'">保管补贴</view> |
| | | <view style="width: 216rpx; height: 0;"></view> |
| | | <view style="width: 216rpx; height: 0;"></view> |
| | | </view> |
| | |
| | | this.words = '全部' |
| | | }else { |
| | | let t1 = this.active === 1 ? '收入 ':(this.active === 2 ? '支出 ' : ''); |
| | | let t2 = this.type === 1 ? '订单结算' : (this.type === 2 ? '提现' : (this.type === 3 ? '平台奖励' : (this.type === 4 ? '责任扣款' : (this.type === 5 ? '异常金额' : (this.type === 6 ? '提现退回' : ''))))) |
| | | let t2 = this.type === 1 ? '订单结算' : (this.type === 2 ? '提现' : (this.type === 3 ? '平台奖励' : (this.type === 4 ? '责任扣款' : (this.type === 5 ? '保管补贴' : (this.type === 6 ? '提现退回' : ''))))) |
| | | if(t1 !='' && t2 !=''){ |
| | | this.wordsWidth = 350 |
| | | } |