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