diff --git a/pages.json b/pages.json index c80cce4..4d9fef9 100644 --- a/pages.json +++ b/pages.json @@ -263,7 +263,7 @@ { "path": "user_spread_money/index", "style": { - "navigationBarTitleText": "佣金记录" + "navigationBarTitleText": "收益记录" } }, { diff --git a/pages/users/user_spread_money/index.vue b/pages/users/user_spread_money/index.vue index b575f82..a0a89b2 100644 --- a/pages/users/user_spread_money/index.vue +++ b/pages/users/user_spread_money/index.vue @@ -133,9 +133,9 @@ let type = this.type; if(type == 2){ uni.setNavigationBarTitle({ - title: "佣金记录" + title: "收益记录" }); - this.name = '佣金明细'; + this.name = '收益明细'; this.recordType = 2; } if(type == 1){ @@ -234,7 +234,7 @@ let pages = getCurrentPages(); let page = pages[pages.length - 1] let shareData = { - title: '佣金记录', + title: '收益记录', path: page.$page.fullPath || '/' + page.route, }; @@ -248,7 +248,7 @@ // 分享到朋友圈 onShareTimeline() { let shareData = { - title: '佣金记录', + title: '收益记录', query: {}, }; // 判断:用户是否登录 已经登录则添加分享人信息,未登录则正常分享