做好修改奖金模式的准备
This commit is contained in:
@@ -111,7 +111,7 @@ Page({
|
||||
var userlist = [{
|
||||
icon: '../../images/my_ico3.png',
|
||||
url: '../myusers/index',
|
||||
text: '我的会员'
|
||||
text: '我的好友'
|
||||
},
|
||||
// {
|
||||
// icon: '../../images/my_ico5.png',
|
||||
@@ -145,7 +145,7 @@ Page({
|
||||
{
|
||||
icon: '../../images/my_ico3.png',
|
||||
url: '../myusers/index',
|
||||
text: '我的会员'
|
||||
text: '我的好友'
|
||||
},
|
||||
// {
|
||||
// icon: '../../images/my_ico5.png',
|
||||
@@ -187,7 +187,7 @@ Page({
|
||||
{
|
||||
icon: '../../images/my_ico3.png',
|
||||
url: '../myusers/index',
|
||||
text: '我的会员'
|
||||
text: '我的好友'
|
||||
},
|
||||
// {
|
||||
// icon: '../../images/my_ico5.png',
|
||||
|
||||
@@ -5,7 +5,7 @@ var sopenFrame=null
|
||||
Page( {
|
||||
data: {
|
||||
orderImg: '../../images/iconfont-dingdan.png',
|
||||
tipWords: '亲,您还没有推荐会员哦!',
|
||||
tipWords: '亲,您还没有推荐好友哦!',
|
||||
dataHidden:false,
|
||||
nodataHidden:true,
|
||||
loadingHidden:false,
|
||||
@@ -105,11 +105,11 @@ Page( {
|
||||
})
|
||||
}
|
||||
that.setData({
|
||||
tipWords: '亲,您还没有推荐会员哦!'
|
||||
tipWords: '亲,您还没有推荐好友哦!'
|
||||
})
|
||||
}else{
|
||||
that.setData({
|
||||
tipWords: '亲,找不到会员哦!'
|
||||
tipWords: '亲,找不到好友哦!'
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -139,7 +139,7 @@ Page( {
|
||||
var temcount = e.currentTarget.dataset.temcount
|
||||
var zyj = e.currentTarget.dataset.zyj
|
||||
wx.showModal({
|
||||
title: "会员情况",
|
||||
title: "好友情况",
|
||||
content: "推荐人数:"+tjcount+"\r\n团队人数:"+temcount+"\r\n总业绩:"+zyj+"",
|
||||
showCancel:false,
|
||||
success (res0) {
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "我的会员"
|
||||
"navigationBarTitleText": "我的好友"
|
||||
}
|
||||
Reference in New Issue
Block a user