From a5944d62ebf5d32229ead79fc3ba93348a7b310c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=8A=E9=87=8C?= <1227971437@qq.com> Date: Wed, 7 Apr 2021 19:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=97=A0=E5=85=B3=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/list/list.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/pages/list/list.vue b/pages/list/list.vue index e809981..021eae0 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -28,7 +28,7 @@ }, methods: { /** - * 切换商品列表布局方向 + * 切换商品列表布局方向(未实现) */ select() { this.formData.waterfall = !this.formData.waterfall; @@ -39,17 +39,6 @@ onReachBottom() { this.$refs.newsList.loadMore(); } - }, - watch: { - searchText(value) { - this.search(value); - } - }, - computed: { - listTitle() { - if (this.searchText) return '搜索结果'; - return ''; - } } }; -- GitLab