去除资源位商品、商品组楼层product_skc验证
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -1160,7 +1160,7 @@ $(document).on("click", "#goodsSelectBtn", function () { | @@ -1160,7 +1160,7 @@ $(document).on("click", "#goodsSelectBtn", function () { | ||
1160 | } | 1160 | } |
1161 | 1161 | ||
1162 | Bll.module.contentData.data = Bll.module.contentData.data.concat(gs); | 1162 | Bll.module.contentData.data = Bll.module.contentData.data.concat(gs); |
1163 | - Bll.module.contentData.data = Unique(Bll.module.contentData.data, "product_skc") | 1163 | + //Bll.module.contentData.data = Unique(Bll.module.contentData.data, "product_skc") |
1164 | Bll.__render("#goodspic", "template_dialog_goodsimgs", { | 1164 | Bll.__render("#goodspic", "template_dialog_goodsimgs", { |
1165 | datas: Bll.module.contentData.data | 1165 | datas: Bll.module.contentData.data |
1166 | }); | 1166 | }); |
@@ -1204,7 +1204,7 @@ $(document).on("click", ".goodsSelectBtn", function () { | @@ -1204,7 +1204,7 @@ $(document).on("click", ".goodsSelectBtn", function () { | ||
1204 | maxSortId: item.max_sort_id | 1204 | maxSortId: item.max_sort_id |
1205 | }); | 1205 | }); |
1206 | }); | 1206 | }); |
1207 | - Bll.module.contentData.data[index].list = Unique(Bll.module.contentData.data[index].list, "product_skc"); | 1207 | + //Bll.module.contentData.data[index].list = Unique(Bll.module.contentData.data[index].list, "product_skc"); |
1208 | Bll.module.contentData.data[index].cover = { | 1208 | Bll.module.contentData.data[index].cover = { |
1209 | cover: Bll.module.contentData.data[index].list[0].src, | 1209 | cover: Bll.module.contentData.data[index].list[0].src, |
1210 | maxSortId: Bll.module.contentData.data[index].list[0].maxSortId | 1210 | maxSortId: Bll.module.contentData.data[index].list[0].maxSortId |
-
Please register or login to post a comment