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