...
|
...
|
@@ -195,12 +195,7 @@ $(document).on("click","#dapeiTable .edit",function(){ |
|
|
// Bll.toast("添加搭配",item,"/netSale/updateCollocation");
|
|
|
});
|
|
|
|
|
|
// GOLABDATA.on("bianjiqi",function(){
|
|
|
// // return {
|
|
|
// // recommend:UMrecommender.getContent(),
|
|
|
// // productDesc:UMdescriptioner.getContent()
|
|
|
// // }
|
|
|
// });
|
|
|
|
|
|
|
|
|
/*封面设置*/
|
|
|
var goodsImagesList={};
|
...
|
...
|
@@ -274,6 +269,7 @@ GOLABDATA.on("fenmian",function(){ |
|
|
goodsImagesBoList:[]
|
|
|
};
|
|
|
$.each(goodsImagesList,function(index,item){
|
|
|
map.isDefault=item.isDefault;
|
|
|
if(item.isDefault=="Y"){
|
|
|
map.productSkc=item.productSkc;
|
|
|
map.productSkn=item.productSkn;
|
...
|
...
|
|