From 09c465c74e43709639c15fecaeb4dde21d92de3f Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 31 Dec 2024 16:37:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E4=BB=A3=E7=A0=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/cashe.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store/cashe.js b/store/cashe.js index de9d29d..fae0b32 100644 --- a/store/cashe.js +++ b/store/cashe.js @@ -42,8 +42,8 @@ class CACHE { if (v.slice(0, 1) !== '_') { this[v] = null } - uni.removeStorageSync(this._name) }) + uni.removeStorageSync(this._name) } } @@ -95,8 +95,8 @@ class CACHE_config extends CACHE { if (v.slice(0, 1) !== '_') { this[v] = null } - uni.removeStorageSync(v) }) + uni.removeStorageSync(this._name) } } export const $cache_config = new CACHE_config({