From 2b96d3df24c441790f16baa438f864e246ce9e04 Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 18 Apr 2019 17:17:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=90=9C=E7=B4=A2=E6=9D=A1=E7=8B=AC?= =?UTF-8?q?=E7=AB=8B=E6=88=90=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- src/components/z-search-bar.wpy | 55 +++++++++++++++++++++++++++++++++ src/pages/search.wpy | 40 +++++------------------- src/style/search.less | 35 ++++++++++----------- 4 files changed, 80 insertions(+), 52 deletions(-) create mode 100644 src/components/z-search-bar.wpy diff --git a/project.config.json b/project.config.json index f57b3c2..2723458 100644 --- a/project.config.json +++ b/project.config.json @@ -1,7 +1,7 @@ { "description": "A WePY project", "setting": { - "urlCheck": true, + "urlCheck": false, "es6": false, "postcss": false, "minified": false, diff --git a/src/components/z-search-bar.wpy b/src/components/z-search-bar.wpy new file mode 100644 index 0000000..83a51dd --- /dev/null +++ b/src/components/z-search-bar.wpy @@ -0,0 +1,55 @@ + + + + diff --git a/src/pages/search.wpy b/src/pages/search.wpy index 9fcc3e9..036b326 100644 --- a/src/pages/search.wpy +++ b/src/pages/search.wpy @@ -1,6 +1,6 @@