From d43108eb04e7ad80cb10d5d8b58af611379fd00f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 04 四月 2022 21:24:54 +0800 Subject: [PATCH] 2022-04-04 --- src/tabviews/custom/components/card/cardcellList/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx index ee7e234..8dde166 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.jsx +++ b/src/tabviews/custom/components/card/cardcellList/index.jsx @@ -601,7 +601,7 @@ } } - if (!val) return + // if (!val) return val += _val }) @@ -671,10 +671,10 @@ if (data.$$type === 'extendCard') { _data = data.$$selectedData || [] - } else if (data.$$empty) { - _data = [] } else if (card.$sync) { _data = this.props.syncData + } else if (data.$$empty) { + _data = [] } if (['exec', 'prompt', 'pop', 'form'].includes(card.OpenType)) { -- Gitblit v1.8.0