做好修改奖金模式的准备
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user