修改轮播图卡顿的问题

This commit is contained in:
Gaoxs
2020-09-15 10:42:23 +08:00
parent c47c8d3a4f
commit 4b56792e63
9 changed files with 231 additions and 190 deletions

View File

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