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,