...
|
...
|
@@ -47,6 +47,13 @@ $(document).on("click","#btn-recommand",function(){ |
|
|
return false;
|
|
|
});
|
|
|
|
|
|
GOLABDATA.on("bianjiqi",function(){
|
|
|
return {
|
|
|
recommend:UMrecommender.getContent(),
|
|
|
productDesc:UMdescriptioner.getContent()
|
|
|
}
|
|
|
});
|
|
|
|
|
|
/*搭配*/
|
|
|
|
|
|
var g=new common.grid({
|
...
|
...
|
@@ -188,6 +195,13 @@ $(document).on("click","#dapeiTable .edit",function(){ |
|
|
// Bll.toast("添加搭配",item,"/netSale/updateCollocation");
|
|
|
});
|
|
|
|
|
|
GOLABDATA.on("bianjiqi",function(){
|
|
|
// return {
|
|
|
// recommend:UMrecommender.getContent(),
|
|
|
// productDesc:UMdescriptioner.getContent()
|
|
|
// }
|
|
|
});
|
|
|
|
|
|
/*封面设置*/
|
|
|
var goodsImagesList={};
|
|
|
if(window.NETSALEDATA&&window.NETSALEDATA.goodsImagesList){
|
...
|
...
|
|