From 88859ccc6f057d638dd5ae8f6d5e84680fe11b09 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 22 一月 2024 20:44:37 +0800 Subject: [PATCH] 2024-01-22 --- src/tabviews/custom/components/card/prop-card/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/card/prop-card/index.jsx b/src/tabviews/custom/components/card/prop-card/index.jsx index 82064c3..1319e6d 100644 --- a/src/tabviews/custom/components/card/prop-card/index.jsx +++ b/src/tabviews/custom/components/card/prop-card/index.jsx @@ -495,7 +495,7 @@ if (config.wrap.datatype === 'static') { this.setState({ - data: {$$BID: BID || '', $$BData: BData, $$empty: true}, + data: {$$BID: BID || '', $$BData: BData, $$empty: true, $$time: new Date().getTime()}, }) if (!btn) { -- Gitblit v1.8.0