From b9f7eac0f512e8ced1c602e74208fd3d944ae161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 24 Sep 2025 13:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E8=B7=9D=E7=A6=BB=E9=A1=B6=E9=83=A8=E7=9A=84=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/detail/detail.vue | 5 +++++ pages/plugins/video/index/index.vue | 5 +++++ pages/plugins/video/search/search-record.vue | 5 +++++ pages/plugins/video/search/search.vue | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue index 9d160e69..19bf66bd 100644 --- a/pages/plugins/video/detail/detail.vue +++ b/pages/plugins/video/detail/detail.vue @@ -144,7 +144,12 @@ }, data() { return { + // #ifdef H5 || MP-TOUTIAO + top_content_style: 'padding-top:' + bar_height + 7 + 'px;padding-bottom:10px;', + // #endif + // #ifndef H5 || MP-TOUTIAO top_content_style: 'padding-top:' + bar_height + 'px;padding-bottom:10px;', + // #endif videoData: videoList, display_video_list: [], current_index: 0, diff --git a/pages/plugins/video/index/index.vue b/pages/plugins/video/index/index.vue index a51c3cc5..406610ce 100644 --- a/pages/plugins/video/index/index.vue +++ b/pages/plugins/video/index/index.vue @@ -65,7 +65,12 @@ export default { }, data() { return { + // #ifdef H5 || MP-TOUTIAO + top_content_style: 'padding-top:' + bar_height + 7 + 'px;padding-bottom:10px;', + // #endif + // #ifndef H5 || MP-TOUTIAO top_content_style: 'padding-top:' + bar_height + 'px;padding-bottom:10px;', + // #endif search_query: '', tabs: ['推荐', 'DIV装修', '商城管理', '多商户', '多门店', '客服','多门店', '客服'], currentTab: 0, diff --git a/pages/plugins/video/search/search-record.vue b/pages/plugins/video/search/search-record.vue index 28d2bc66..5a149a66 100644 --- a/pages/plugins/video/search/search-record.vue +++ b/pages/plugins/video/search/search-record.vue @@ -69,7 +69,12 @@ export default { }, data() { return { + // #ifdef H5 || MP-TOUTIAO + top_content_style: 'padding-top:' + bar_height + 7 + 'px;padding-bottom:10px;', + // #endif + // #ifndef H5 || MP-TOUTIAO top_content_style: 'padding-top:' + bar_height + 'px;padding-bottom:10px;', + // #endif search_query: '', search_history: [ { text: '软件升级规则' }, diff --git a/pages/plugins/video/search/search.vue b/pages/plugins/video/search/search.vue index 5cd94593..4fa86b24 100644 --- a/pages/plugins/video/search/search.vue +++ b/pages/plugins/video/search/search.vue @@ -91,7 +91,12 @@ export default { }, data() { return { + // #ifdef H5 || MP-TOUTIAO + top_content_style: 'padding-top:' + bar_height + 7 + 'px;padding-bottom:10px;', + // #endif + // #ifndef H5 || MP-TOUTIAO top_content_style: 'padding-top:' + bar_height + 'px;padding-bottom:10px;', + // #endif search_query: '', tabs: ['推荐', 'DIV装修', '商城管理', '多商户', '多门店', '客服','多门店', '客服'], currentTab: 0,