From 072a05257e568fc49e0ffb90a02000e7458ba375 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Thu, 19 Sep 2024 20:17:53 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=8B=B9=E6=9E=9C=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E2=80=94=E5=95=86=E5=93=81=E8=B6=B3=E8=BF=B9=EF=BC=8C?= =?UTF-8?q?=E5=90=91=E4=B8=8B=E3=80=81=E5=90=91=E5=B7=A6=E3=80=81=E5=90=91?= =?UTF-8?q?=E5=8F=B3=E5=88=92=E5=8A=A8=E4=BC=9A=E5=87=BA=E7=8E=B0=E7=A9=BA?= =?UTF-8?q?=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 ++- pages/user/History/index.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pages.json b/pages.json index ad61bd7..d962e7b 100644 --- a/pages.json +++ b/pages.json @@ -212,7 +212,8 @@ "path": "pages/user/History/index", "style": { "navigationBarTitleText": "商品足迹", - "navigationBarBackgroundColor": "#FFFFFF" + "navigationBarBackgroundColor": "#FFFFFF", + "enablePullDownRefresh": false } }, { diff --git a/pages/user/History/index.vue b/pages/user/History/index.vue index 3533c37..9605ddc 100644 --- a/pages/user/History/index.vue +++ b/pages/user/History/index.vue @@ -203,6 +203,7 @@ export default { width: 100%; top: 0; z-index: 9; + box-sizing: border-box; } .disabled{ color: #CBCBCB !important;