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 }