更新文案

This commit is contained in:
xianyi
2025-11-28 17:31:23 +08:00
parent dd11e23685
commit 66e01c3446

View File

@@ -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">