Merge branch 'dev6.0_首页改版' into test6.0
Showing
1 changed file
with
18 additions
and
1 deletions
@@ -621,7 +621,24 @@ $(document).on("click", ".edit", function () { | @@ -621,7 +621,24 @@ $(document).on("click", ".edit", function () { | ||
621 | Bll.module = $.extend(true, {}, item); | 621 | Bll.module = $.extend(true, {}, item); |
622 | Bll.renderDialog("brands-template"); | 622 | Bll.renderDialog("brands-template"); |
623 | Bll.toast(index, Bll.module); | 623 | Bll.toast(index, Bll.module); |
624 | - }else{ | 624 | + }else if(item.contentData.template_name=='recommendContentFive'){ |
625 | + var more_ = item.contentData.data.more; | ||
626 | + if(typeof more_== 'undefined'){ | ||
627 | + item.contentData.data.more={ | ||
628 | + "more_type":"", | ||
629 | + "more_name":"", | ||
630 | + "src":"", | ||
631 | + "url":{ | ||
632 | + "action": "", | ||
633 | + "url": "" | ||
634 | + } | ||
635 | + }; | ||
636 | + } | ||
637 | + Bll.module = $.extend(true, {}, item); | ||
638 | + Bll.renderDialog("recommendContentFive-template"); | ||
639 | + Bll.toast(index, Bll.module); | ||
640 | + } | ||
641 | + else{ | ||
625 | Bll.module = $.extend(true, {}, item); | 642 | Bll.module = $.extend(true, {}, item); |
626 | Bll.toast(index, Bll.module); | 643 | Bll.toast(index, Bll.module); |
627 | } | 644 | } |
-
Please register or login to post a comment