做好修改奖金模式的准备

This commit is contained in:
lym
2026-03-19 21:34:20 +08:00
parent c34752c0f7
commit 819116078b
4 changed files with 9 additions and 9 deletions

2
app.js
View File

@@ -178,7 +178,7 @@ App({
}, },
globalData:{ globalData:{
userInfo:null, 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, IFRefreshCart:0,
IFRefreshsell:0, IFRefreshsell:0,
IFRefreshsell0:0, IFRefreshsell0:0,

View File

@@ -111,7 +111,7 @@ Page({
var userlist = [{ var userlist = [{
icon: '../../images/my_ico3.png', icon: '../../images/my_ico3.png',
url: '../myusers/index', url: '../myusers/index',
text: '我的会员' text: '我的好友'
}, },
// { // {
// icon: '../../images/my_ico5.png', // icon: '../../images/my_ico5.png',
@@ -145,7 +145,7 @@ Page({
{ {
icon: '../../images/my_ico3.png', icon: '../../images/my_ico3.png',
url: '../myusers/index', url: '../myusers/index',
text: '我的会员' text: '我的好友'
}, },
// { // {
// icon: '../../images/my_ico5.png', // icon: '../../images/my_ico5.png',
@@ -187,7 +187,7 @@ Page({
{ {
icon: '../../images/my_ico3.png', icon: '../../images/my_ico3.png',
url: '../myusers/index', url: '../myusers/index',
text: '我的会员' text: '我的好友'
}, },
// { // {
// icon: '../../images/my_ico5.png', // icon: '../../images/my_ico5.png',

View File

@@ -5,7 +5,7 @@ var sopenFrame=null
Page( { Page( {
data: { data: {
orderImg: '../../images/iconfont-dingdan.png', orderImg: '../../images/iconfont-dingdan.png',
tipWords: '亲,您还没有推荐会员哦!', tipWords: '亲,您还没有推荐好友哦!',
dataHidden:false, dataHidden:false,
nodataHidden:true, nodataHidden:true,
loadingHidden:false, loadingHidden:false,
@@ -105,11 +105,11 @@ Page( {
}) })
} }
that.setData({ that.setData({
tipWords: '亲,您还没有推荐会员哦!' tipWords: '亲,您还没有推荐好友哦!'
}) })
}else{ }else{
that.setData({ that.setData({
tipWords: '亲,找不到会员哦!' tipWords: '亲,找不到好友哦!'
}) })
} }
} }
@@ -139,7 +139,7 @@ Page( {
var temcount = e.currentTarget.dataset.temcount var temcount = e.currentTarget.dataset.temcount
var zyj = e.currentTarget.dataset.zyj var zyj = e.currentTarget.dataset.zyj
wx.showModal({ wx.showModal({
title: "会员情况", title: "好友情况",
content: "推荐人数:"+tjcount+"\r\n团队人数"+temcount+"\r\n总业绩"+zyj+"", content: "推荐人数:"+tjcount+"\r\n团队人数"+temcount+"\r\n总业绩"+zyj+"",
showCancel:false, showCancel:false,
success (res0) { success (res0) {

View File

@@ -1,3 +1,3 @@
{ {
"navigationBarTitleText": "我的会员" "navigationBarTitleText": "我的好友"
} }