Commit 12b554c1 authored by xishifeng's avatar xishifeng

商铺编辑修改

parent f56ba953
......@@ -982,6 +982,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
if((item === _foreignNameObj || item === _addressExternalObj || item === _foreignYoushiObj) && (_showCdObj.val() == '1')) {
console.log('不显示给商户C端看的时候,对外名称,对外地址,对外项目优势 不需要填写');
}else if(item === _foreignZhuanrangPriceObj){
if((_showCdObj.val() == '0') && (_shangpuTypeObj.val() == '1')){
if(_foreignZhuanrangFaceObj.is(':checked')){
}else{
......@@ -991,6 +992,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
return false;
};
}
}
}else if(item === _roomArea2Obj) {
if(_shangpuTypeObj.val() == '0') {
//0为商场
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment