From e87b6ffa4f423e880e93ce5e520362aa912ed008 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 15 十二月 2023 19:21:41 +0800 Subject: [PATCH] 2023-12-15 --- src/templates/sharecomponent/actioncomponent/actionform/index.jsx | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx index 227e56b..3e9c1ae 100644 --- a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx @@ -302,17 +302,10 @@ } } else if (_funcType === 'closetab') { shows.push('refreshTab') - } else if (_funcType === 'megvii') { - shows.push('subFunc', 'progress') } else if (_funcType === 'refund') { shows.push('Ot', 'execSuccess', 'execError') reOptions.Ot = requireOptions.filter(op => op.value === 'requiredSgl') - } else if (_funcType === 'filezip') { - reOptions.Ot = requireOptions - reRequired.innerFunc = false - - shows.push('innerFunc', 'Ot', 'execSuccess', 'execError', 'urlkey') } } -- Gitblit v1.8.0