Authored by weiqingting

提交

@@ -47,6 +47,13 @@ $(document).on("click","#btn-recommand",function(){ @@ -47,6 +47,13 @@ $(document).on("click","#btn-recommand",function(){
47 return false; 47 return false;
48 }); 48 });
49 49
  50 +GOLABDATA.on("bianjiqi",function(){
  51 + return {
  52 + recommend:UMrecommender.getContent(),
  53 + productDesc:UMdescriptioner.getContent()
  54 + }
  55 +});
  56 +
50 /*搭配*/ 57 /*搭配*/
51 58
52 var g=new common.grid({ 59 var g=new common.grid({
@@ -188,6 +195,13 @@ $(document).on("click","#dapeiTable .edit",function(){ @@ -188,6 +195,13 @@ $(document).on("click","#dapeiTable .edit",function(){
188 // Bll.toast("添加搭配",item,"/netSale/updateCollocation"); 195 // Bll.toast("添加搭配",item,"/netSale/updateCollocation");
189 }); 196 });
190 197
  198 +GOLABDATA.on("bianjiqi",function(){
  199 + // return {
  200 + // recommend:UMrecommender.getContent(),
  201 + // productDesc:UMdescriptioner.getContent()
  202 + // }
  203 +});
  204 +
191 /*封面设置*/ 205 /*封面设置*/
192 var goodsImagesList={}; 206 var goodsImagesList={};
193 if(window.NETSALEDATA&&window.NETSALEDATA.goodsImagesList){ 207 if(window.NETSALEDATA&&window.NETSALEDATA.goodsImagesList){
1 -exports.domain = require('../config/common.js').domain;  
2 - 1 +// exports.domain = require('../config/common.js').domain;
  2 +exports.domain = 'http://172.16.6.227:8083/yohobuy-platform-web';
3 exports.res = [ 3 exports.res = [
4 //商品描述 4 //商品描述
5 { 5 {