From 747d6f39c4ce8ee1f868cebe418f7abeb163bfba Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Fri, 26 Sep 2025 18:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +++- root/detail/userShare.vue | 8 ++++++-- utils/common.js | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) 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