优化砍价逻辑

This commit is contained in:
Gaoxs
2020-09-15 20:23:41 +08:00
parent 1286ede581
commit 1e625a90fa
4 changed files with 24 additions and 7 deletions

View File

@ -37,7 +37,6 @@ function _has(key) {
return
}
let value = uni.getStorageSync(key)
console.log(key)
if (value) {
return true
}