This commit is contained in:
tx 2024-08-29 11:21:04 +08:00
parent d47f9ecfe9
commit 249f880c8d
2 changed files with 22 additions and 20 deletions

View File

@ -1362,24 +1362,24 @@
}, },
async swiperchange(e) { async swiperchange(e) {
this.curtitidx = e.detail.current // this.curtitidx = e.detail.current
console.log( this.curtitidx,'eee'); // console.log( this.curtitidx,'eee');
// this.pageNum=1 // // this.pageNum=1
// this.allList=[] // // this.allList=[]
// this.ingList=[] // // this.ingList=[]
// this.reprement=[] // // this.reprement=[]
// this.alreadyList=[] // // this.alreadyList=[]
if ( e.detail.current == 0) { // if ( e.detail.current == 0) {
this.orderList() // this.orderList()
} else if ( e.detail.current == 1) { // } else if ( e.detail.current == 1) {
this.orderList1() // this.orderList1()
} else if ( e.detail.current == 2) { // } else if ( e.detail.current == 2) {
this.orderList2() // this.orderList2()
} else if ( e.detail.current == 3) { // } else if ( e.detail.current == 3) {
this.orderList3() // this.orderList3()
}else if ( e.detail.current ==4 ) { // }else if ( e.detail.current ==4 ) {
this.orderList4() // this.orderList4()
} // }
}, },
confirm1(e) { confirm1(e) {
console.log(e, 'eeeeeeee'); console.log(e, 'eeeeeeee');

View File

@ -77,7 +77,7 @@
+{{item.operatorDividend}} +{{item.operatorDividend}}
</view> </view>
<view class="top_right" v-if="item.type==2" style="color: #3D3D3D;"> <view class="top_right" v-if="item.type==2" style="color: #3D3D3D;">
-{{item.operatorDividend}} {{item.operatorDividend}}
</view> </view>
</view> </view>
<view class="box_bot"> <view class="box_bot">
@ -201,6 +201,8 @@
return '提现失败' return '提现失败'
} else if (type == 7) { } else if (type == 7) {
return '车损收入' return '车损收入'
}else if (type == 8) {
return '短信扣费'
} }
}, },