修改轮播图卡顿的问题

修改app上菜单栏尺寸过小的问题
This commit is contained in:
xuwenbo
2020-09-15 13:17:19 +08:00
parent 8a85f44ff6
commit cd4be74b4e
13 changed files with 5747 additions and 169 deletions

View File

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