From 89a8bfae913e3b702bf16d6d5bc6818ba6501267 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 08 九月 2023 20:23:12 +0800 Subject: [PATCH] 2023-09-08 --- src/tabviews/custom/components/carousel/prop-card/index.jsx | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/carousel/prop-card/index.jsx b/src/tabviews/custom/components/carousel/prop-card/index.jsx index e600f77..572b869 100644 --- a/src/tabviews/custom/components/carousel/prop-card/index.jsx +++ b/src/tabviews/custom/components/carousel/prop-card/index.jsx @@ -241,7 +241,6 @@ let code = config.wrap.code || ('modal' + config.uuid) let tip = localStorage.getItem(code) - tip = null if ((data.$$uuid && tip === data.$$uuid) || (!data.$$uuid && tip)) return -- Gitblit v1.8.0