From 249f880c8dbc5123b0db63a7f11d4f3d273d4eba Mon Sep 17 00:00:00 2001
From: tx <2622874537@qq.com>
Date: Thu, 29 Aug 2024 11:21:04 +0800
Subject: [PATCH] 11
---
pages_admin/admin_order.vue | 36 ++++++++++++++--------------
pages_admin/worke/AccountDetails.vue | 6 +++--
2 files changed, 22 insertions(+), 20 deletions(-)
diff --git a/pages_admin/admin_order.vue b/pages_admin/admin_order.vue
index 17c2327..95f8ab8 100644
--- a/pages_admin/admin_order.vue
+++ b/pages_admin/admin_order.vue
@@ -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');
diff --git a/pages_admin/worke/AccountDetails.vue b/pages_admin/worke/AccountDetails.vue
index c692850..aaa1338 100644
--- a/pages_admin/worke/AccountDetails.vue
+++ b/pages_admin/worke/AccountDetails.vue
@@ -77,7 +77,7 @@
+{{item.operatorDividend}}
- -{{item.operatorDividend}}
+ {{item.operatorDividend}}
@@ -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