修改:我的推广 部分文字修改
This commit is contained in:
parent
7e84c73780
commit
9b7f834a6b
|
|
@ -245,7 +245,7 @@
|
|||
{
|
||||
"path": "user_spread_user/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的推广"
|
||||
"navigationBarTitleText": "我的分享"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -339,13 +339,13 @@
|
|||
{
|
||||
"path": "promoter-list/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "推广人统计"
|
||||
"navigationBarTitleText": "分享统计"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "promoter-order/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "推广人订单"
|
||||
"navigationBarTitleText": "分享配货"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@
|
|||
let pages = getCurrentPages();
|
||||
let page = pages[pages.length - 1]
|
||||
let shareData = {
|
||||
title: '推广人统计',
|
||||
title: '分享统计',
|
||||
path: page.$page.fullPath || '/' + page.route,
|
||||
};
|
||||
// 判断:用户是否登录 已经登录则添加分享人信息,未登录则正常分享
|
||||
|
|
@ -237,7 +237,7 @@
|
|||
// 分享到朋友圈
|
||||
onShareTimeline() {
|
||||
let shareData = {
|
||||
title: '推广人统计',
|
||||
title: '分享统计',
|
||||
query: {},
|
||||
};
|
||||
// 判断:用户是否登录 已经登录则添加分享人信息,未登录则正常分享
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@
|
|||
let pages = getCurrentPages();
|
||||
let page = pages[pages.length - 1]
|
||||
let shareData = {
|
||||
title: '推广人订单',
|
||||
title: '分享配货',
|
||||
path: page.$page.fullPath || '/' + page.route,
|
||||
};
|
||||
// 判断:用户是否登录 已经登录则添加分享人信息,未登录则正常分享
|
||||
|
|
@ -176,7 +176,7 @@
|
|||
// 分享到朋友圈
|
||||
onShareTimeline() {
|
||||
let shareData = {
|
||||
title: '推广人订单',
|
||||
title: '分享配货',
|
||||
query: {},
|
||||
};
|
||||
// 判断:用户是否登录 已经登录则添加分享人信息,未登录则正常分享
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
padding: 0 30rpx;
|
||||
border-radius: 30rpx;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 26rpx;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
.iconfont {
|
||||
margin-right: 10rpx;
|
||||
|
|
@ -221,7 +221,7 @@
|
|||
.placeholder {
|
||||
font-size: 26rpx;
|
||||
color: #999999;
|
||||
}
|
||||
}
|
||||
.input {
|
||||
flex: 1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,11 +34,11 @@
|
|||
<view class='list acea-row row-between-wrapper'>
|
||||
<view class='item acea-row row-center-wrapper row-column' @click="goToPage('/pages/users/user_spread_code/index')">
|
||||
<text class='iconfont icon-erweima'></text>
|
||||
<view>推广名片</view>
|
||||
<view>分享海报</view>
|
||||
</view>
|
||||
<view class='item acea-row row-center-wrapper row-column' @click="goToPage('/pages/users/promoter-list/index')">
|
||||
<text class='iconfont icon-tongji'></text>
|
||||
<view>推广人统计</view>
|
||||
<view>分享统计</view>
|
||||
</view>
|
||||
<view class='item acea-row row-center-wrapper row-column' @click="goToPage('/pages/users/user_spread_money/index?type=2')">
|
||||
<text class='iconfont icon-mingxi'></text>
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
</view>
|
||||
<view class='item acea-row row-center-wrapper row-column' @click="goToPage('/pages/users/promoter-order/index')">
|
||||
<text class='iconfont icon-dingdanguanli'></text>
|
||||
<view>推广人订单</view>
|
||||
<view>分享配货</view>
|
||||
</view>
|
||||
<!--<view class='item acea-row row-center-wrapper row-column' @click="goToPage('/pages/users/promoter_rank/index')">
|
||||
<text class='iconfont icon-erweima'></text>
|
||||
|
|
@ -192,7 +192,7 @@
|
|||
let pages = getCurrentPages();
|
||||
let page = pages[pages.length - 1]
|
||||
let shareData = {
|
||||
title: '我的推广',
|
||||
title: '我的分享',
|
||||
path: page.$page.fullPath || '/' + page.route,
|
||||
};
|
||||
// 判断:用户是否登录 已经登录则添加分享人信息,未登录则正常分享
|
||||
|
|
@ -203,7 +203,7 @@
|
|||
// 分享到朋友圈
|
||||
onShareTimeline() {
|
||||
let shareData = {
|
||||
title: '我的推广',
|
||||
title: '我的分享',
|
||||
query: {},
|
||||
};
|
||||
// 判断:用户是否登录 已经登录则添加分享人信息,未登录则正常分享
|
||||
|
|
|
|||
Loading…
Reference in New Issue