|
@@ -450,7 +450,9 @@ export default {
|
|
|
pars:JSON.stringify({
|
|
|
title:imgText,
|
|
|
time_format:moment(res.data.report_chapter_item.publish_time).format('YYYY/MM/DD'),
|
|
|
- background_img:res.data.report_chapter_item.share_bg_img
|
|
|
+ background_img:res.data.report_chapter_item.share_bg_img,
|
|
|
+ ReportId:Number(res.data.report_chapter_item.report_id),
|
|
|
+ ReportChapterId:Number(this.chapterId)
|
|
|
})
|
|
|
})
|
|
|
if(rddpImgRes.code===200){
|