From 66e01c3446427592e96c5f21a966c4185f0ea764 Mon Sep 17 00:00:00 2001 From: xianyi Date: Fri, 28 Nov 2025 17:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/UI7/UI7.tsx | 44 ++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/src/pages/UI7/UI7.tsx b/src/pages/UI7/UI7.tsx index 70e2b04..ee317a0 100644 --- a/src/pages/UI7/UI7.tsx +++ b/src/pages/UI7/UI7.tsx @@ -525,22 +525,26 @@ const UI7: React.FC = () => { -
- {isInstructionStep ? ( -
-

请阅读注意事项并完成首次签名确认,之后系统将逐份展示知情同意书。

- {/*

- 每次签名都会保存,全部完成后会一次性提交签名列表。 -

*/} -
- ) : ( + {isInstructionStep && ( +
+
+
+
+ {/*

+ 请仔细阅读后签字确认 +

*/} +
+ )} + + {!isInstructionStep && ( +
{ documentKey={`pdf-step-${currentStep}`} />
- )} -
+
+ )} - {isInstructionStep - ? "请确认已阅读总说明后在下方签名" - : `当前展示第 ${currentStep + 1}/${totalRequiredSignatures}份,请签名确认`} + 请仔细阅读后签字确认