From 409f7c5aefe9819d1f7a586c7a7aef0aa4a312cd Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 6 Jan 2025 16:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=93=E5=AD=98=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/cashe.js | 1 - 1 file changed, 1 deletion(-) diff --git a/store/cashe.js b/store/cashe.js index a513933..af765c9 100644 --- a/store/cashe.js +++ b/store/cashe.js @@ -39,7 +39,6 @@ class CACHE { set(key, val) { this[key] = val uni.setStorageSync(this._name, this) - this._isEmpty=false } clear() { Object.keys(this).map(v => {