Browse Source

Merge branch 'xqc_315' into debug

yujinwen 7 tháng trước cách đây
mục cha
commit
3176eb19fe

+ 3 - 1
src/views/hzyb/report/ChapterDetail.vue

@@ -450,7 +450,9 @@ export default {
             pars:JSON.stringify({
             pars:JSON.stringify({
                 title:imgText,
                 title:imgText,
                 time_format:moment(res.data.report_chapter_item.publish_time).format('YYYY/MM/DD'),
                 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){
         if(rddpImgRes.code===200){

+ 2 - 1
src/views/hzyb/report/Detail.vue

@@ -562,7 +562,8 @@ export default {
                     pars:JSON.stringify({
                     pars:JSON.stringify({
                         title:imgText,
                         title:imgText,
                         time_format:moment(res.data.report_info.publish_time).format('YYYY/MM/DD'),
                         time_format:moment(res.data.report_info.publish_time).format('YYYY/MM/DD'),
-                        background_img:res.data.report_info.share_bg_img
+                        background_img:res.data.report_info.share_bg_img,
+                        ReportId:Number(this.reportId),
                     })
                     })
                 })
                 })
                 if(rddpImgRes.code===200){
                 if(rddpImgRes.code===200){