...
|
...
|
@@ -546,6 +546,9 @@ $(document).on("click", ".edit", function () { |
|
|
Bll.toast(index, Bll.module);
|
|
|
var _shopRecommendFlag = item.contentData.isShopRecommend==''?"N":item.contentData.isShopRecommend;
|
|
|
changeShopRecommendDivShow(_shopRecommendFlag);
|
|
|
}else{
|
|
|
Bll.module = $.extend(true, {}, item);
|
|
|
Bll.toast(index, Bll.module);
|
|
|
}
|
|
|
});
|
|
|
|
...
|
...
|
|