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 @@