邓洁 : 注释log
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
})
|
||||
},
|
||||
getInput(val) {
|
||||
console.log('搜索值', val);
|
||||
// console.log('搜索值', val);
|
||||
if (this.pageNum !== 1) {
|
||||
this.pageNum = 1
|
||||
}
|
||||
@@ -104,7 +104,7 @@
|
||||
} else {
|
||||
query = this.getQueryInfo(q)
|
||||
}
|
||||
console.log("listquery", query);
|
||||
// console.log("listquery", query);
|
||||
this.$api.getShopList(query).then(res => {
|
||||
this.searchListLength = res.data.data.length
|
||||
if (query.includes('business') || query.includes('areatype') || query.includes('sortType') || query
|
||||
@@ -119,15 +119,15 @@
|
||||
this.showNull = false
|
||||
}
|
||||
} else {
|
||||
console.log('查询');
|
||||
// console.log('查询');
|
||||
this.searchInfoList = [...this.searchInfoList, ...res.data.data]
|
||||
}
|
||||
console.log(this.searchInfoList);
|
||||
// console.log(this.searchInfoList);
|
||||
uni.stopPullDownRefresh()
|
||||
})
|
||||
},
|
||||
getQueryInfo(query) {
|
||||
console.log("getQueryInfo", query);
|
||||
// console.log("getQueryInfo", query);
|
||||
const q = this.$u.queryParams({
|
||||
type: 2,
|
||||
pageSize: this.pageSize,
|
||||
|
||||
Reference in New Issue
Block a user