From 5b166dd93003adb0749002d74109a519f746e204 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 03 八月 2024 16:49:15 +0800 Subject: [PATCH] 2024-08-03 --- src/menu/components/share/actioncomponent/actionform/index.jsx | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx index 0d1897c..d730f6e 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.jsx +++ b/src/menu/components/share/actioncomponent/actionform/index.jsx @@ -492,7 +492,9 @@ shows.push('position') } } else if (_funcType === 'mkBinding' || _funcType === 'mkUnBinding') { - shows.push('execSuccess', 'execError') + shows.push('execSuccess', 'execError', 'tipTitle') + } else if (_funcType === 'mkUnsubscribe' || _funcType === 'reAuth') { + shows.push('tipTitle') } else if (_funcType === 'closetab') { shows.push('refreshTab') } else if (_funcType === 'scan') { @@ -547,6 +549,11 @@ } } else if (_funcType === 'shareLink') { shows.push('shortUrl', 'shareUrl', 'shareProUrl', 'shareTip') + } else if (_funcType === 'openLocation') { + shows.push('Ot') + if (Ot === 'requiredSgl') { + shows.push('nameField', 'addressField') + } // } else if (_funcType === 'expPdf') { // shows.push('exportType') } -- Gitblit v1.8.0