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

@@ -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) {