From 4f3dacc50040a9cfa2004b966b6446d8b1223474 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 27 Feb 2026 22:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E8=A7=86=E9=A2=91=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/page.css | 3 - pages.json | 4 +- pages/plugins/video/detail/detail.vue | 33 ++--- pages/plugins/video/index/index.css | 9 +- pages/plugins/video/index/index.vue | 168 ++++++++++++----------- pages/plugins/video/search/search.css | 23 +--- pages/plugins/video/search/search.vue | 187 +++++++++++++------------- 7 files changed, 207 insertions(+), 220 deletions(-) diff --git a/common/css/page.css b/common/css/page.css index 8a9208c6..db029e11 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -188,9 +188,6 @@ button:before { .wh-auto { width: 100% !important; } -.ht-auto { - height: 100% !important; -} .tc { text-align: center; } diff --git a/pages.json b/pages.json index b04fe655..f4ea6f05 100644 --- a/pages.json +++ b/pages.json @@ -2060,9 +2060,7 @@ "transparentTitle": "always", "titlePenetrate": "YES", // #endif - "enablePullDownRefresh": false, - // 禁止页面下拉 - "disableScroll": true, + "enablePullDownRefresh": true, "navigationBarTitleText": "" } }, diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue index 45813b03..15db9f02 100644 --- a/pages/plugins/video/detail/detail.vue +++ b/pages/plugins/video/detail/detail.vue @@ -1,6 +1,6 @@ -