From 9092a7141059e592482d2bd3f15f3a7d69a10b4c Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Sat, 16 May 2026 17:49:10 +0800 Subject: [PATCH] 1 --- package2/group/studentStoreList.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package2/group/studentStoreList.vue b/package2/group/studentStoreList.vue index a909cb1..c58d88c 100644 --- a/package2/group/studentStoreList.vue +++ b/package2/group/studentStoreList.vue @@ -379,22 +379,27 @@ }, quickSearch(item) { this.searchForm.keyWord = item.title - this.checkedTab = '' + this.clearCategoryCondition() this.resetList() this.getShopList() }, searchHotWord(word) { this.searchForm.keyWord = word.replace(/[^\u4e00-\u9fa5A-Za-z0-9]/g, '') - this.checkedTab = '' + this.clearCategoryCondition() this.resetList() this.getShopList() }, focusSearch() {}, goSearch() { - this.checkedTab = '' + this.clearCategoryCondition() this.resetList() this.getShopList() }, + clearCategoryCondition() { + this.checkedTab = '' + this.searchForm.shopType = '' + this.$delete(this.searchForm, 'isStudent') + }, searchShop(type, value) { this.searchForm.pageNumber = 1 if (type == 'area') {