From b8c47e899db7ac7700b06e79a9fad0b7c8ec9fcd Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 9 Jan 2025 18:18:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=93=E5=AD=98=E6=B8=85?= =?UTF-8?q?=E9=99=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/cashe.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/store/cashe.js b/store/cashe.js index 3372fa7..73d0772 100644 --- a/store/cashe.js +++ b/store/cashe.js @@ -44,6 +44,7 @@ class CACHE { Object.keys(this).map(v => { if (v.slice(0, 1) !== '_') { this[v] = null + delete this[v] } }) uni.removeStorageSync(this._name) @@ -102,6 +103,7 @@ class CACHE_config extends CACHE { Object.keys(this).map(v => { if (v.slice(0, 1) !== '_') { this[v] = null + delete this[v] } }) uni.removeStorageSync(this._name)