diff --git a/pages/plugins/video/components/search.vue b/pages/plugins/video/components/search.vue
index 9aff5ade..040c80e7 100644
--- a/pages/plugins/video/components/search.vue
+++ b/pages/plugins/video/components/search.vue
@@ -1,5 +1,6 @@
-
+
+
@@ -13,6 +14,10 @@ export default {
propsSearchQuery: {
type: String,
default: ''
+ },
+ propsIsDisabled: {
+ type: Boolean,
+ default: false
}
},
data() {
@@ -45,6 +50,9 @@ export default {
perform_search() {
// 这里可以添加搜索逻辑
this.$emit('search', this.search_query);
+ },
+ disabled_search() {
+ this.$emit('disabledSearch');
}
}
}
@@ -84,5 +92,13 @@ export default {
line-height: 20px;
padding: 16rpx 30rpx 16rpx 20rpx;
}
+ .search-mask {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ }
}
\ No newline at end of file
diff --git a/pages/plugins/video/index/index.vue b/pages/plugins/video/index/index.vue
index a22dbbed..144824a3 100644
--- a/pages/plugins/video/index/index.vue
+++ b/pages/plugins/video/index/index.vue
@@ -5,7 +5,7 @@
+
+
\ No newline at end of file
diff --git a/pages/plugins/video/search/search.vue b/pages/plugins/video/search/search.vue
index a22dbbed..6cb3434c 100644
--- a/pages/plugins/video/search/search.vue
+++ b/pages/plugins/video/search/search.vue
@@ -1,6 +1,6 @@
-
+
-
-
-
- {{ tab }}
-
-
+
+
+ {{ tab }}
+
+
+
+
@@ -36,11 +37,55 @@
+
+
+
+
+
+
+
+
+ 排序依据
+
+ {{ option }}
+
+
+
+
+ 发布时间
+
+ {{ option }}
+
+
+
+
+ 视频时长
+
+ {{ option }}
+
+
+
+
+ 搜索范围
+
+ {{ option }}
+
+
+
+
+
+
+ {{ $t('nav-more.nav-more.h9g4b1') }}
+
+
+
+