如何在制作广告系列内容时向我的模板添加图片。?
我的模板div就像:
<div mc:edit="header_image"></div>
And my content body is like :
var contentbody = {
'template' :{
'id':215313,
'sections':{
'header_date': 'March 10-17th, 2017',
'header_title': 'Weekly NewsLetter',
'community_name': 'My Community',
'header_image': '<img src="./MyPic.png"/>'
}
}
};
但是图像没有渲染。