mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-09 17:52:48 +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,
|
post_id: postId,
|
||||||
output_type: 'phone_image',
|
output_type: 'phone_image',
|
||||||
config: saveConfig || config,
|
config: saveConfig || config,
|
||||||
|
content_html: postData.content_html,
|
||||||
pages: pagesData
|
pages: pagesData
|
||||||
}),
|
}),
|
||||||
contentType: 'application/json',
|
contentType: 'application/json',
|
||||||
|
|||||||
Reference in New Issue
Block a user