diff --git a/app.js b/app.js index f48f8cf..435128c 100644 --- a/app.js +++ b/app.js @@ -178,7 +178,7 @@ App({ }, globalData:{ userInfo:null, - apiurl:"http://localhost:24382",//"http://localhost:8080",//http://localhost:24382 //https://vip.agqyjs.com + apiurl:"https://vip.agqyjs.com",//"http://localhost:8080",//http://localhost:24382 //https://vip.agqyjs.com IFRefreshCart:0, IFRefreshsell:0, IFRefreshsell0:0, diff --git a/pages/my/index.js b/pages/my/index.js index 79bc793..8fe8852 100644 --- a/pages/my/index.js +++ b/pages/my/index.js @@ -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', diff --git a/pages/myusers/index.js b/pages/myusers/index.js index 13bcd65..814d1c1 100644 --- a/pages/myusers/index.js +++ b/pages/myusers/index.js @@ -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) { diff --git a/pages/myusers/index.json b/pages/myusers/index.json index bc5497a..d84cc41 100644 --- a/pages/myusers/index.json +++ b/pages/myusers/index.json @@ -1,3 +1,3 @@ { - "navigationBarTitleText": "我的会员" + "navigationBarTitleText": "我的好友" } \ No newline at end of file