...
|
...
|
@@ -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);
|
|
|
}
|
...
|
...
|
|