From 819116078baf7e501a24eed0507b820eb7ec6539 Mon Sep 17 00:00:00 2001 From: lym <16170814@qq.com> Date: Thu, 19 Mar 2026 21:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9A=E5=A5=BD=E4=BF=AE=E6=94=B9=E5=A5=96?= =?UTF-8?q?=E9=87=91=E6=A8=A1=E5=BC=8F=E7=9A=84=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/my/index.js | 6 +++--- pages/myusers/index.js | 8 ++++---- pages/myusers/index.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) 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