From 3c0a67d16ed3b832608df6d1d5058171a9780a1a Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Mon, 1 Jul 2024 19:06:00 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=9F=E6=B4=BB=E7=85=A7?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
my/commission/index.vue | 20 +++++++++++++++-----
my/fund/index.vue | 3 ++-
pages.json | 15 +++++++++++++++
pages/index/addClock.vue | 15 ++++++++-------
pages/index/game/workphoto.vue | 22 +++++++++++++++++++++-
pages/index/index.vue | 12 +++++-------
pages/index/previousAdditions.vue | 21 +++++++++++----------
pages/index/previousPoints.vue | 4 ++--
pages/my/index.vue | 8 +++++++-
9 files changed, 86 insertions(+), 34 deletions(-)
diff --git a/my/commission/index.vue b/my/commission/index.vue
index 5e9a8e5..ffdf94b 100644
--- a/my/commission/index.vue
+++ b/my/commission/index.vue
@@ -14,20 +14,30 @@
-
+
{{this.homePageDataNum.fundRange}}
-
+
+
+
+
+ {{this.homePageDataNum.totalRevenue ? this.homePageDataNum.totalRevenue : 0 }}
+
+
+ 本期收益(元)
+
+
@@ -47,7 +57,7 @@
车费收益
-
+
-
+
0) {
//有数据时
- this.currentIncome = res.data?.income + "元";
+ this.currentIncome = res.data.income + "元";
for (let i = 0; i < res.data?.userMoneyDetailsList.records.length; i++) {
this.fundDetail.push(res.data?.userMoneyDetailsList.records[i]);
}
@@ -262,6 +262,7 @@
this.loadingStatus = "loadmore";
}
} else {
+ this.currentIncome = "0元";
//无数据时
if (!isScroll) {
//如果isScroll为null时说明不在滚动
diff --git a/pages.json b/pages.json
index 14ffd1f..b167bf1 100644
--- a/pages.json
+++ b/pages.json
@@ -163,6 +163,21 @@
"navigationBarTitleText": "网页"
}
},
+ {
+ "path": "pages/hetong/index",
+ "style": {
+ "navigationBarTitleText": "我的合同"
+ // "app-plus": {
+ // "titleNView": false
+ // }
+ }
+ },
+ {
+ "path": "pages/xingxiangzhao/index",
+ "style": {
+ "navigationBarTitleText": "生活照"
+ }
+ },
{
"path": "pages/order/index",
diff --git a/pages/index/addClock.vue b/pages/index/addClock.vue
index c43f6f3..da6ba9a 100644
--- a/pages/index/addClock.vue
+++ b/pages/index/addClock.vue
@@ -29,9 +29,10 @@
- 本期{{orderType=='2'?'已加钟':'已充值'}}订单
+ 本期{{isSfwc=='1'?'已加钟':'未加钟'}}订单
+ 本期{{isSfwc=='1'?'已充值':'未充值'}}订单
- 加钟{{isSfwc}}订单数量: {{listData.length}}
+ 订单数量: {{listData.length}}
@@ -46,15 +47,15 @@