From e4728390be053eefc5a1140e1bb210ba28172205 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Sat, 29 Jun 2024 16:26:00 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=93=E8=B5=8F=E6=98=8E?=
=?UTF-8?q?=E7=BB=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
my/commission/index.vue | 7 ++++++-
my/fund/index.vue | 1 +
pages.json | 6 ++++++
pages/index/index.vue | 8 ++++++--
4 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/my/commission/index.vue b/my/commission/index.vue
index 1f72b4a..5e9a8e5 100644
--- a/my/commission/index.vue
+++ b/my/commission/index.vue
@@ -341,7 +341,12 @@
confirmSelectedDate(e) {
this.selectedDate = e;
this.commissionDetail = [];
- this.getHomePageNum(this.selectedDate);
+ this.currentPage = 1;
+ this.getHomePageNum({
+ artificerId: this.artificerId,
+ fundData: this.selectedDate,
+ fundType: this.activeRange,
+ });
this.getCommissionDataList({
artificerId: this.artificerId,
fundData: this.selectedDate,
diff --git a/my/fund/index.vue b/my/fund/index.vue
index 36df421..0470ba0 100644
--- a/my/fund/index.vue
+++ b/my/fund/index.vue
@@ -284,6 +284,7 @@
confirmSelectedDate(e) {
this.selectedDate = e;
this.fundDetail = [];
+ this.currentPage = 1;
this.getFundDataList({
artificerId: this.userId,
detailsType: this.activeIntegral,
diff --git a/pages.json b/pages.json
index bbb5947..0d09f1f 100644
--- a/pages.json
+++ b/pages.json
@@ -352,6 +352,12 @@
"enablePullDownRefresh": false
}
}, {
+ "path": "dashang/index",
+ "style": {
+ "navigationBarTitleText": "打赏明细",
+ "enablePullDownRefresh": false
+ }
+ },{
"path": "help/helpDetail",
"style": {
"navigationBarTitleText": "帮助详情",
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 79acb30..024902c 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -125,7 +125,7 @@
{{ currentRealIncome ? currentRealIncome : 0 }}
- 当期收益(元)
+ 当期项目收益(元)
@@ -333,6 +333,10 @@
紧急报警
+
+
+ 打赏明细
+