mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-01 16:22:49 +08:00
fix(phone-image): saveImages always sends current content_html
Ensure postData.content_html (modified by break insertions) is sent to server, not the original hidden div content
This commit is contained in:
@@ -806,6 +806,7 @@ var PhoneImageEngine = (function () {
|
||||
post_id: postId,
|
||||
output_type: 'phone_image',
|
||||
config: saveConfig || config,
|
||||
content_html: postData.content_html,
|
||||
pages: pagesData
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user