From c80d463657ef788b15e50081bc186cea829a3246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Thu, 9 Sep 2021 09:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=90=9C=E7=B4=A2=E9=A1=B5?= =?UTF-8?q?=E5=92=8C=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 +++ pages/index/index/index.vue | 2 +- pages/shop/search.vue | 86 +++++++++++++++++ pages/shop/searchList.vue | 181 ++++++++++++++++++++++++++++++++++++ 4 files changed, 282 insertions(+), 1 deletion(-) create mode 100644 pages/shop/search.vue create mode 100644 pages/shop/searchList.vue diff --git a/pages.json b/pages.json index 0b106ef..6438940 100644 --- a/pages.json +++ b/pages.json @@ -893,6 +893,20 @@ "navigationBarTitleText": "领券中心", "navigationStyle": "custom" } + }, + { + "path" : "pages/shop/search", + "style" : { + "navigationBarTitleText": "搜索", + "navigationStyle": "custom" + } + }, + { + "path" : "pages/shop/searchList", + "style" : { + "navigationBarTitleText": "搜索", + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/index/index/index.vue b/pages/index/index/index.vue index 995d5c6..b1e5217 100644 --- a/pages/index/index/index.vue +++ b/pages/index/index/index.vue @@ -9,7 +9,7 @@ 停车 - + 搜索 diff --git a/pages/shop/search.vue b/pages/shop/search.vue new file mode 100644 index 0000000..788b555 --- /dev/null +++ b/pages/shop/search.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/pages/shop/searchList.vue b/pages/shop/searchList.vue new file mode 100644 index 0000000..1035e05 --- /dev/null +++ b/pages/shop/searchList.vue @@ -0,0 +1,181 @@ + + + + +