diff --git a/components/navseat.vue b/components/navseat.vue index fde21df..348f43f 100644 --- a/components/navseat.vue +++ b/components/navseat.vue @@ -15,7 +15,18 @@ :style="{'height':HeighT.customBar+'px','marginTop':HeighT.heightBar+'px','padding-right':HeighT.custwidth + 'px'}"> - + + + + + + + 搜索 + + + + @@ -42,7 +53,8 @@ export default { data() { return { - Topdistance: '' + Topdistance: '', + keyword }; }, props: { @@ -77,6 +89,10 @@ navigateBacknavtitle: { type: Boolean, default: false + }, + inputshow:{ + type: Boolean, + default: false } }, computed: { diff --git a/pages/user/information - 副本.vue b/pages/user/information.vue similarity index 100% rename from pages/user/information - 副本.vue rename to pages/user/information.vue