Commit 12b554c1 authored by xishifeng's avatar xishifeng

商铺编辑修改

parent f56ba953
......@@ -982,14 +982,16 @@ 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(_foreignZhuanrangFaceObj.is(':checked')){
}else{
if($.trim(item.val()) == '') {
alert(item.attr('data-alert'));
_isBreakFlag = true;
return false;
};
if((_showCdObj.val() == '0') && (_shangpuTypeObj.val() == '1')){
if(_foreignZhuanrangFaceObj.is(':checked')){
}else{
if($.trim(item.val()) == '') {
alert(item.attr('data-alert'));
_isBreakFlag = true;
return false;
};
}
}
}else if(item === _roomArea2Obj) {
if(_shangpuTypeObj.val() == '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