11
This commit is contained in:
parent
d47f9ecfe9
commit
249f880c8d
|
@ -1362,24 +1362,24 @@
|
|||
|
||||
},
|
||||
async swiperchange(e) {
|
||||
this.curtitidx = e.detail.current
|
||||
console.log( this.curtitidx,'eee');
|
||||
// this.pageNum=1
|
||||
// this.allList=[]
|
||||
// this.ingList=[]
|
||||
// this.reprement=[]
|
||||
// this.alreadyList=[]
|
||||
if ( e.detail.current == 0) {
|
||||
this.orderList()
|
||||
} else if ( e.detail.current == 1) {
|
||||
this.orderList1()
|
||||
} else if ( e.detail.current == 2) {
|
||||
this.orderList2()
|
||||
} else if ( e.detail.current == 3) {
|
||||
this.orderList3()
|
||||
}else if ( e.detail.current ==4 ) {
|
||||
this.orderList4()
|
||||
}
|
||||
// this.curtitidx = e.detail.current
|
||||
// console.log( this.curtitidx,'eee');
|
||||
// // this.pageNum=1
|
||||
// // this.allList=[]
|
||||
// // this.ingList=[]
|
||||
// // this.reprement=[]
|
||||
// // this.alreadyList=[]
|
||||
// if ( e.detail.current == 0) {
|
||||
// this.orderList()
|
||||
// } else if ( e.detail.current == 1) {
|
||||
// this.orderList1()
|
||||
// } else if ( e.detail.current == 2) {
|
||||
// this.orderList2()
|
||||
// } else if ( e.detail.current == 3) {
|
||||
// this.orderList3()
|
||||
// }else if ( e.detail.current ==4 ) {
|
||||
// this.orderList4()
|
||||
// }
|
||||
},
|
||||
confirm1(e) {
|
||||
console.log(e, 'eeeeeeee');
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
+{{item.operatorDividend}}
|
||||
</view>
|
||||
<view class="top_right" v-if="item.type==2" style="color: #3D3D3D;">
|
||||
-{{item.operatorDividend}}
|
||||
{{item.operatorDividend}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="box_bot">
|
||||
|
@ -201,6 +201,8 @@
|
|||
return '提现失败'
|
||||
} else if (type == 7) {
|
||||
return '车损收入'
|
||||
}else if (type == 8) {
|
||||
return '短信扣费'
|
||||
}
|
||||
|
||||
},
|
||||
|
@ -297,7 +299,7 @@
|
|||
}
|
||||
}).catch(error => {
|
||||
console.error("Error fetching area data:", error);
|
||||
});
|
||||
});
|
||||
this.$u.get('index/statistics?', data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.moneyInfo = res.data
|
||||
|
|
Loading…
Reference in New Issue
Block a user