文字修改:部分佣金改为收益
This commit is contained in:
parent
6c4ae85f86
commit
63bdcecd99
|
|
@ -263,7 +263,7 @@
|
||||||
{
|
{
|
||||||
"path": "user_spread_money/index",
|
"path": "user_spread_money/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "佣金记录"
|
"navigationBarTitleText": "收益记录"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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: {},
|
||||||
};
|
};
|
||||||
// 判断:用户是否登录 已经登录则添加分享人信息,未登录则正常分享
|
// 判断:用户是否登录 已经登录则添加分享人信息,未登录则正常分享
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue