修复配置缓存数据存储错误问题
This commit is contained in:
@@ -87,7 +87,7 @@ class CACHE_config extends CACHE {
|
||||
}
|
||||
set(key, val) {
|
||||
this[key] = val
|
||||
uni.setStorageSync(key, this)
|
||||
uni.setStorageSync(key, val)
|
||||
uni.setStorageSync(this._name, this)
|
||||
}
|
||||
clear() {
|
||||
|
||||
Reference in New Issue
Block a user