修改轮播图卡顿的问题
This commit is contained in:
@ -37,6 +37,7 @@ function _has(key) {
|
||||
return
|
||||
}
|
||||
let value = uni.getStorageSync(key)
|
||||
console.log(key)
|
||||
if (value) {
|
||||
return true
|
||||
}
|
||||
|
Reference in New Issue
Block a user