From 10505e3f2b515a9e0c94496b2bc8340316863d64 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 11 一月 2022 09:39:34 +0800 Subject: [PATCH] 2022-01-11 --- src/menu/components/card/cardcomponent/options.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/card/cardcomponent/options.jsx b/src/menu/components/card/cardcomponent/options.jsx index ab83bf7..cdd3e50 100644 --- a/src/menu/components/card/cardcomponent/options.jsx +++ b/src/menu/components/card/cardcomponent/options.jsx @@ -19,7 +19,7 @@ } else { appmenulist = [] } - if (appType === 'mob' && hasMenus) { // 鏁版嵁鍗″彲鎵撳紑鍗虫椂閫氫俊 + if (appType === 'mob' && (subtype === 'datacard' || subtype === 'propcard') && cardType !== 'extendCard') { // 鏁版嵁鍗″彲鎵撳紑鍗虫椂閫氫俊 appmenulist.push({ value: 'IM', label: '鍗虫椂閫氫俊锛堢郴缁熼〉锛�' }) -- Gitblit v1.8.0