From a97835ed279ee0c442c48f9fe17a883d74c1557d Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 26 Aug 2024 17:22:33 +0800 Subject: [PATCH] =?UTF-8?q?Style(=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81)?= =?UTF-8?q?=EF=BC=9A=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E8=B0=83=E6=95=B4=E6=90=9C=E7=B4=A2=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousList.vue | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pkg_product/views/famousList.vue b/pkg_product/views/famousList.vue index d871896..8174a76 100644 --- a/pkg_product/views/famousList.vue +++ b/pkg_product/views/famousList.vue @@ -8,9 +8,9 @@ placeholder="请输入关键词县名~" placeholder-style="color:#949494" class="inp" - @confirm="getListReq" + @confirm="handlerSearch" > - + 搜索 @@ -153,6 +154,7 @@ { @@ -296,7 +307,7 @@ export default { .county-index { position: relative; min-height: 100vh; - background-color: #fff; + background-color: #f0f0f0; .search-wrap { padding: 20rpx 50rpx; background-color: #fff;