Fix:3442 【商城小程序】全国特产--搜索城市框不输入任何字段,无论当前在哪个城市,点击搜索会显示天津市
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user