From 907321d3d33ffedf346b10a743dbce4007daa5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Wed, 14 Aug 2024 09:58:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=90=9C=E7=B4=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/navseat.vue | 20 +++++++++++++++++-- ...information - 副本.vue => information.vue} | 0 2 files changed, 18 insertions(+), 2 deletions(-) rename pages/user/{information - 副本.vue => information.vue} (100%) 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