From 161e53cc158ed7f62a02e012bc3f9952d4e83526 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Mon, 1 Dec 2025 09:21:48 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4663=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=90=9C=E7=B4=A2=E5=88=B0=E5=AF=B9=E5=BA=94=E6=97=85?= =?UTF-8?q?=E5=B1=85=E5=95=86=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthSearch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_product/views/healthSearch.vue b/pkg_product/views/healthSearch.vue index ab92897..e330e45 100644 --- a/pkg_product/views/healthSearch.vue +++ b/pkg_product/views/healthSearch.vue @@ -64,7 +64,7 @@ export default { const params = { goodCityId: this.goodCityId, categoryId: '', - keyword: this.keyword, + name: this.keyword.trim(), page: 1, limit: 9999 }