Fix:3442 【商城小程序】全国特产--搜索城市框不输入任何字段,无论当前在哪个城市,点击搜索会显示天津市

This commit is contained in:
linxi
2025-03-27 16:05:22 +08:00
parent f079db8fc0
commit 6f881377b0
+1
View File
@@ -383,6 +383,7 @@ export default {
this.mescroll && this.mescroll.triggerDownScroll()
},
search() {
if(this.keyword === '') return
this.listGroup.findIndex((group, index) => {
let result
group.city.forEach(item => {