flat: 暂存
This commit is contained in:
@@ -13,6 +13,7 @@ class BaseStore {
|
||||
}
|
||||
checkAndInitDB() {
|
||||
// 获取本地数据库版本
|
||||
// this.initDB()
|
||||
const localVersion = uni.getStorageSync('indexedDBVersion') || 1
|
||||
console.log('DBVersion: ', localVersion, config.DBversion)
|
||||
if (localVersion === config.DBversion) {
|
||||
|
Reference in New Issue
Block a user