@@ -69,7 +69,6 @@ onLoad(() => {
//安卓端缓存清理。
plus.cache.clear();
// #endif
- isDotShow.value = true
}, 1000)
})
@@ -104,6 +103,7 @@ const isAnimation = (data) => {
store.setAnimation(false)
} else {
store.setAnimation(true)
+ isDotShow.value = true
}