fix 页码问题

This commit is contained in:
赵霄
2024-01-31 11:13:23 +08:00
parent 071adbb30c
commit 9d21580bcb
+2 -2
View File
@@ -1137,9 +1137,9 @@ export default {
try { try {
Api.GoToFooter(1) Api.GoToFooter(1)
Api.asc_SetSectionStartPage(1) Api.asc_SetSectionStartPage(1)
Api.GoToFooter(4) Api.GoToFooter(3)
Api.asc_SetSectionStartPage(1) Api.asc_SetSectionStartPage(1)
Api.ExitHeader_Footer(4) Api.ExitHeader_Footer(3)
} catch (e) { } catch (e) {
} }
}) })