邓洁 : 注释log
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
})
|
||||
},
|
||||
getInput(val) {
|
||||
console.log('搜索值', val);
|
||||
// console.log('搜索值', val);
|
||||
if (this.pageNum !== 1) {
|
||||
this.pageNum = 1
|
||||
}
|
||||
@@ -107,7 +107,7 @@
|
||||
} else {
|
||||
query = this.getQueryInfo(q)
|
||||
}
|
||||
console.log("listquery", query);
|
||||
// console.log("listquery", query);
|
||||
this.$api.getShopList(query).then(res => {
|
||||
this.shopListLength = res.data.data.length
|
||||
if (query.includes('business') || query.includes('areatype') || query.includes('sortType') || query
|
||||
@@ -127,7 +127,7 @@
|
||||
}
|
||||
|
||||
uni.stopPullDownRefresh()
|
||||
console.log(this.shopInfoList);
|
||||
// console.log(this.shopInfoList);
|
||||
})
|
||||
},
|
||||
getQueryInfo(query) {
|
||||
|
||||
Reference in New Issue
Block a user