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 +- src/tabviews/custom/components/card/balcony/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/card/balcony/index.jsx b/src/tabviews/custom/components/card/balcony/index.jsx index b6fc340..d3b0ce0 100644 --- a/src/tabviews/custom/components/card/balcony/index.jsx +++ b/src/tabviews/custom/components/card/balcony/index.jsx @@ -360,7 +360,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()}, }) return } else if (config.setting.supModule && !BID) { // BID 涓嶅瓨鍦ㄦ椂锛屼笉鍋氭煡璇� 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