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}份,请签名确认`} + 请仔细阅读后签字确认