From 8c9ec65045d861a1082a6929a8f3413b3c5cd7f6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 28 八月 2022 00:35:41 +0800 Subject: [PATCH] 2022-08-28 --- src/templates/sharecomponent/actioncomponent/actionform/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx index 4c0320f..c034b51 100644 --- a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx @@ -302,6 +302,10 @@ 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 -- Gitblit v1.8.0