更新文案
This commit is contained in:
@@ -525,22 +525,26 @@ const UI7: React.FC = () => {
|
||||
</span>
|
||||
<DecorLine />
|
||||
|
||||
<div className="ui7-text-wrapper">
|
||||
{isInstructionStep ? (
|
||||
<div
|
||||
style={{
|
||||
padding: "40px",
|
||||
fontSize: "28px",
|
||||
lineHeight: "48px",
|
||||
color: "#333",
|
||||
}}
|
||||
>
|
||||
<p>请阅读注意事项并完成首次签名确认,之后系统将逐份展示知情同意书。</p>
|
||||
{/* <p style={{ marginTop: "12px" }}>
|
||||
每次签名都会保存,全部完成后会一次性提交签名列表。
|
||||
</p> */}
|
||||
</div>
|
||||
) : (
|
||||
{isInstructionStep && (
|
||||
<div
|
||||
style={{
|
||||
padding: "40px",
|
||||
fontSize: "28px",
|
||||
lineHeight: "48px",
|
||||
color: "#333",
|
||||
}}
|
||||
>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
{/* <p style={{ textAlign: "center", fontSize: "36px" }}>
|
||||
请仔细阅读后签字确认
|
||||
</p> */}
|
||||
</div>
|
||||
)}
|
||||
|
||||
{!isInstructionStep && (
|
||||
<div className="ui7-text-wrapper">
|
||||
<div className="ui7-text-content">
|
||||
<PdfRenderer
|
||||
pdfFile={currentPdfFile}
|
||||
@@ -552,13 +556,11 @@ const UI7: React.FC = () => {
|
||||
documentKey={`pdf-step-${currentStep}`}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
<span className="ui7-text_4">
|
||||
{isInstructionStep
|
||||
? "请确认已阅读总说明后在下方签名"
|
||||
: `当前展示第 ${currentStep + 1}/${totalRequiredSignatures}份,请签名确认`}
|
||||
请仔细阅读后签字确认
|
||||
</span>
|
||||
|
||||
<div className="ui7-signature-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user