文字修改:部分佣金改为收益

This commit is contained in:
wuhui_zzw 2024-05-24 11:49:56 +08:00
parent 6c4ae85f86
commit 63bdcecd99
2 changed files with 5 additions and 5 deletions

View File

@ -263,7 +263,7 @@
{ {
"path": "user_spread_money/index", "path": "user_spread_money/index",
"style": { "style": {
"navigationBarTitleText": "佣金记录" "navigationBarTitleText": "收益记录"
} }
}, },
{ {

View File

@ -133,9 +133,9 @@
let type = this.type; let type = this.type;
if(type == 2){ if(type == 2){
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: "佣金记录" title: "收益记录"
}); });
this.name = '佣金明细'; this.name = '收益明细';
this.recordType = 2; this.recordType = 2;
} }
if(type == 1){ if(type == 1){
@ -234,7 +234,7 @@
let pages = getCurrentPages(); let pages = getCurrentPages();
let page = pages[pages.length - 1] let page = pages[pages.length - 1]
let shareData = { let shareData = {
title: '佣金记录', title: '收益记录',
path: page.$page.fullPath || '/' + page.route, path: page.$page.fullPath || '/' + page.route,
}; };
@ -248,7 +248,7 @@
// //
onShareTimeline() { onShareTimeline() {
let shareData = { let shareData = {
title: '佣金记录', title: '收益记录',
query: {}, query: {},
}; };
// //