Fix:3442 【商城小程序】全国特产--搜索城市框不输入任何字段,无论当前在哪个城市,点击搜索会显示天津市
This commit is contained in:
@@ -383,6 +383,7 @@ export default {
|
|||||||
this.mescroll && this.mescroll.triggerDownScroll()
|
this.mescroll && this.mescroll.triggerDownScroll()
|
||||||
},
|
},
|
||||||
search() {
|
search() {
|
||||||
|
if(this.keyword === '') return
|
||||||
this.listGroup.findIndex((group, index) => {
|
this.listGroup.findIndex((group, index) => {
|
||||||
let result
|
let result
|
||||||
group.city.forEach(item => {
|
group.city.forEach(item => {
|
||||||
|
|||||||
Reference in New Issue
Block a user