diff --git a/pages.json b/pages.json index 428bed4..484844d 100644 --- a/pages.json +++ b/pages.json @@ -417,7 +417,9 @@ "navigationBarTitleText": "详情", // 用户主页 "backgroundColor": "#ededed", "backgroundColorBottom": "#ededed", - "navigationStyle": "custom" + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "disableScrollByUser": true } }, { diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index b3111dd..7307053 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -9,11 +9,12 @@ @@ -133,6 +134,9 @@ export default { quickLogin, applyFlow, }, + onPullDownRefresh() { + uni.stopPullDownRefresh(); + }, onReady() { this.G.setNavStyle(); }, diff --git a/utils/common.js b/utils/common.js index a32ecf9..12079f8 100644 --- a/utils/common.js +++ b/utils/common.js @@ -14,7 +14,7 @@ let data = { loginText: '请登录', coziID: '7537572244600471579', baseUrl: "https://daotian.matripe.com.cn",// 网络请求的基础路径 - // baseUrl: "http://192.168.1.87:8001", // 网络请求的基础路径 + // baseUrl: "http://192.168.3.83:8001", // 网络请求的基础路径 // #ifdef MP-WEIXIN version: uni.getAccountInfoSync().miniProgram.version || "1.0.16", // #endif