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 @@ 紧急报警 + + + 打赏明细 +