邓洁 : 注释log

This commit is contained in:
邓洁
2023-12-05 10:48:27 +08:00
parent 20f56b5d8d
commit 0612840cdc
27 changed files with 235 additions and 229 deletions

View File

@@ -76,7 +76,7 @@
},
methods: {
getInput(val) {
console.log('搜索值', val);
// console.log('搜索值', val);
if (this.pageNum !== 1) {
this.pageNum = 1
}
@@ -103,7 +103,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
@@ -122,11 +122,11 @@
this.searchInfoList = [...this.searchInfoList, ...res.data.data]
}
uni.stopPullDownRefresh()
console.log(this.searchInfoList);
// console.log(this.searchInfoList);
})
},
getQueryInfo(query) {
console.log("getQueryInfo", query);
// console.log("getQueryInfo", query);
const q = this.$u.queryParams({
type: 2,
pageSize: this.pageSize,