沙盘演示系统应用的微信小程序
zuoxiao
2024-10-12 d0ba104b6ee00b03a3433e66384952c4a4a892c4
1.tag切换到test。2.优化首页显示内容
3个文件已修改
9 ■■■■■ 已修改文件
api/config.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
api/config.js
@@ -7,7 +7,8 @@
    break
  case 'test':
    // BASEURL = 'https://irrigate.dayuyanjiuyuan.top/'
    BASEURL = 'https://d4x9787456.vicp.fun/'
    // BASEURL = 'https://d4x9787456.vicp.fun/'
    BASEURL = 'http://127.0.0.1:8087/'
    break
  default:
    BASEURL = ''
app.js
@@ -16,7 +16,7 @@
  globalData: {
    sessionId:'2024071616542300009',
    clientId:'2024062716083600006',
    tag:'ym',
    tag:'test',
    userInfo: null,
    userId:"",
    userCode:"",
pages/home/home.js
@@ -15,8 +15,8 @@
    myItem: {},
    waterIntakeName: "",
    image: "/images/ic_head_bg.jpg",
    userPhone: "158****0723",
    userName: "张三",
    userPhone: "000****0000",
    userName: "未知",
    scrollViewHeight: 0,
    listData: [],
    isRefreshing: false,