From 4ec9a6c745859a5a294717d2350ca550f3cc91fb Mon Sep 17 00:00:00 2001
From: "Mr.jiang" <714156421@qq.com>
Date: Sat, 13 Jul 2024 10:06:01 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
my/order/revenueDetails.vue | 35 ++++++++++++++-------------
pages/index/addClock.vue | 5 ++--
pages/index/currentPoints.vue | 45 ++++++++++-------------------------
pages/index/currentYeji.vue | 14 ++++++-----
4 files changed, 41 insertions(+), 58 deletions(-)
diff --git a/my/order/revenueDetails.vue b/my/order/revenueDetails.vue
index 4abd9a4..8d40d27 100644
--- a/my/order/revenueDetails.vue
+++ b/my/order/revenueDetails.vue
@@ -1363,7 +1363,7 @@
-
@@ -1832,15 +1835,13 @@
textareaData(e){
this.textareaTxt=e.detail.value
},
- change(e) {
- console.log("sadasdasd",e)
- var data=this.checkbox1;
+ change(e) {//选服务承诺
+ var data=e.detail.data;
var chec=[];
for(var i=0;i本期{{isSfwc=='1'?'已加钟':'未加钟'}}订单
本期{{isSfwc=='1'?'已充值':'未充值'}}订单
- 订单数量: {{listData.totalCount}}
+ 订单数量: {{totalCount}}
@@ -144,7 +144,7 @@
isSfwc:'1',
homePageCountData:'',
earnings:'0',
-
+ totalCount:''
}
},
onLoad(e) {
@@ -239,6 +239,7 @@
if (that.page == 1) that.listData = []; //如果是第一页需手动制空列表
that.listData = [...that.listData, ...res.data.list]; //追加新数据
that.earnings = res.earnings;
+ that.totalCount=res.data.totalCount
} else {
that.$queue.showToast(res.msg);
}
diff --git a/pages/index/currentPoints.vue b/pages/index/currentPoints.vue
index c023a62..30b1bad 100644
--- a/pages/index/currentPoints.vue
+++ b/pages/index/currentPoints.vue
@@ -129,42 +129,21 @@
-
-
- {{item.status=='3'?'已完成':'待评价'}}
-
- 预约时间:
- {{item.serveTime}}
-
+
+
+ 序号
+ {{index+1}}
-
+
暂无数据
diff --git a/pages/index/currentYeji.vue b/pages/index/currentYeji.vue
index d3c19fe..d95b6d2 100644
--- a/pages/index/currentYeji.vue
+++ b/pages/index/currentYeji.vue
@@ -199,9 +199,15 @@
/* background-color: #f7f7f7; */
}
/deep/.refresh-body{
- height: 100% !important;
+ height:640px !important;
border-top: 2px solid #f7f7f7;
}
+ .content{
+ width: 100%;
+ /* height: 100vh; */
+ background-color: #f7f7f7;
+ overflow: hidden;
+ }
.mian-bottom{
width: 100%;
display: flex;
@@ -362,11 +368,7 @@
flex-direction: column;
justify-content: space-around;
}
- .content{
- width: 100%;
- height: 100vh;
- background-color: #f7f7f7;
- }
+
.od-number{
font-size: 24rpx;
color: #7ea866;