邓洁 : 注释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

@@ -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,