Authored by wangwei

Merge branch 'dev6.0_首页改版' into test6.0

... ... @@ -621,7 +621,24 @@ $(document).on("click", ".edit", function () {
Bll.module = $.extend(true, {}, item);
Bll.renderDialog("brands-template");
Bll.toast(index, Bll.module);
}else{
}else if(item.contentData.template_name=='recommendContentFive'){
var more_ = item.contentData.data.more;
if(typeof more_== 'undefined'){
item.contentData.data.more={
"more_type":"",
"more_name":"",
"src":"",
"url":{
"action": "",
"url": ""
}
};
}
Bll.module = $.extend(true, {}, item);
Bll.renderDialog("recommendContentFive-template");
Bll.toast(index, Bll.module);
}
else{
Bll.module = $.extend(true, {}, item);
Bll.toast(index, Bll.module);
}
... ...