From 49a4c255e21f87bcfca16038145cfa0d03261b26 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Wed, 3 Jan 2024 20:42:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(onPullDownRefresh):=20=E5=8E=9F=E7=94=9F?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0=E5=AE=9E=E7=8E=B0=EF=BC=8C?= =?UTF-8?q?=E4=BD=86=E6=95=88=E6=9E=9C=E5=B9=B6=E4=B8=8D=E5=A5=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 1 + src/pages/my/index.vue | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/src/pages.json b/src/pages.json index 27ea050..7161a1a 100644 --- a/src/pages.json +++ b/src/pages.json @@ -10,6 +10,7 @@ "path": "pages/my/index", "style": { "navigationBarTitleText": "我的", + "enablePullDownRefresh": true, "navigationStyle": "custom" } } diff --git a/src/pages/my/index.vue b/src/pages/my/index.vue index 5954228..38f0576 100644 --- a/src/pages/my/index.vue +++ b/src/pages/my/index.vue @@ -40,8 +40,17 @@