...
|
...
|
@@ -54,10 +54,23 @@ $(document).on("click", "#btn-recommand", function() { |
|
|
});
|
|
|
|
|
|
GOLABDATA.on("bianjiqi", function() {
|
|
|
/*if (UMdescriptioner.getContent() != '') {
|
|
|
return {
|
|
|
recommend: UMrecommender.getContent(),
|
|
|
productDesc: UMdescriptioner.getContent()
|
|
|
}
|
|
|
} else {
|
|
|
common.util.__tip('商品描述不可为空', 'warning');
|
|
|
return;
|
|
|
}
|
|
|
*/
|
|
|
|
|
|
$('#productDesc').val(UMdescriptioner.getContent());
|
|
|
return {
|
|
|
recommend: UMrecommender.getContent(),
|
|
|
productDesc: UMdescriptioner.getContent()
|
|
|
productDesc: $('#productDesc').val()
|
|
|
}
|
|
|
|
|
|
});
|
|
|
|
|
|
if (editType == 'info') {
|
...
|
...
|
@@ -236,6 +249,7 @@ $(document).on("click", "#dapeiTable .edit", function() { |
|
|
param: item.id
|
|
|
}
|
|
|
}, function(data) {
|
|
|
console.log(data.data);
|
|
|
Bll.toast("添加搭配", data.data, "/netSale/updateCollocation");
|
|
|
});
|
|
|
// item.infoStr=[{"top":223,"left":380,"id":"ffffff"},{"top":454,"left":309,"id":"ggggg"}];
|
...
|
...
|
|