diff --git a/miniprogram/app.js b/miniprogram/app.js index c10326f..36ceac2 100644 --- a/miniprogram/app.js +++ b/miniprogram/app.js @@ -18,10 +18,10 @@ // this.globalData = {} }, globalData: { - httpsUrl: "https://logapi.smartlog.work/", // 正式域名 + // httpsUrl: "https://logapi.smartlog.work/", // 正式域名 // httpsUrl: "http://111.198.10.15:11638/", // 15 // httpsUrl: "http://192.168.126.39:5905/", // 周甜 - // httpsUrl: "https://grey.logapi.smartlog.work/", // 测试域名 + httpsUrl: "https://grey.logapi.smartlog.work/", // 测试域名 openid: null, indexCount:1, nickName:"", diff --git a/miniprogram/app.js b/miniprogram/app.js index c10326f..36ceac2 100644 --- a/miniprogram/app.js +++ b/miniprogram/app.js @@ -18,10 +18,10 @@ // this.globalData = {} }, globalData: { - httpsUrl: "https://logapi.smartlog.work/", // 正式域名 + // httpsUrl: "https://logapi.smartlog.work/", // 正式域名 // httpsUrl: "http://111.198.10.15:11638/", // 15 // httpsUrl: "http://192.168.126.39:5905/", // 周甜 - // httpsUrl: "https://grey.logapi.smartlog.work/", // 测试域名 + httpsUrl: "https://grey.logapi.smartlog.work/", // 测试域名 openid: null, indexCount:1, nickName:"", diff --git a/miniprogram/pages/searchLog/searchLog.wxss b/miniprogram/pages/searchLog/searchLog.wxss index bfc6480..743f84e 100644 --- a/miniprogram/pages/searchLog/searchLog.wxss +++ b/miniprogram/pages/searchLog/searchLog.wxss @@ -16,4 +16,7 @@ line-height: var(--calendar-confirm-button-line-height,34px)!important; margin-bottom: 10px!important; } - \ No newline at end of file + + .van-popup { + height: 50vh !important; +} \ No newline at end of file