From ba3f5b7a150976bc07cdce17491016a0992d6e0a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 17 十一月 2024 13:57:24 +0800 Subject: [PATCH] 2024-11-17 --- src/utils/utils-custom.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/utils-custom.js b/src/utils/utils-custom.js index e83a9ea..344ec41 100644 --- a/src/utils/utils-custom.js +++ b/src/utils/utils-custom.js @@ -3378,7 +3378,7 @@ sqls.push({uuid: cell.uuid, roleId: roleId, type: 'pay', ...msg}) } } else if (cell.OpenType === 'popview') { - if (cell.config && cell.config.components) { + if (cell.config && cell.config.components && cell.config.enabled) { let _mainSearch = [] if (appType === 'mob') { -- Gitblit v1.8.0