...
|
...
|
@@ -9,7 +9,7 @@ require('../../common/umeditor'); |
|
|
require('../../common/zh-cn');
|
|
|
|
|
|
var ENUM={
|
|
|
shopNature:{1:'旗舰店',2:'专卖店',3:'分销店铺'},
|
|
|
shopNature:{1:'旗舰店',2:'专卖店',3:'分销店',4:'专营店'},
|
|
|
shopsType:{1:'单品店',2:'多品店'},
|
|
|
checkStatus:{100:'暂存',200:'审核中',300:'通过',900:'驳回'},
|
|
|
opt:{"add":"添加","delete":"删除"},
|
...
|
...
|
@@ -18,7 +18,7 @@ var ENUM={ |
|
|
};
|
|
|
var shopNature = $('#shopNature1').html();
|
|
|
if(shopNature == 3){
|
|
|
$('#shopNature1').html("分销店铺");
|
|
|
$('#shopNature1').html("分销店");
|
|
|
$("#showUnionType").show();
|
|
|
$("#showBLK").hide();
|
|
|
$("#showUrl").hide();
|
...
|
...
|
@@ -29,6 +29,8 @@ if(shopNature == 3){ |
|
|
$('#shopNature1').html("旗舰店");
|
|
|
}else if(shopNature == 2){
|
|
|
$('#shopNature1').html("专卖店");
|
|
|
}else if(shopNature == 4){
|
|
|
$('#shopNature1').html("专营店");
|
|
|
}
|
|
|
$("#showUnionType").hide();
|
|
|
$("#showBLK").show();
|
...
|
...
|
@@ -94,4 +96,11 @@ window.UMshopintro.setDisabled('fullscreen'); |
|
|
var shopIntroContent = $('#shopIntro').val();
|
|
|
if(shopIntroContent) {
|
|
|
UMshopintro.setContent(shopIntroContent);
|
|
|
}
|
|
|
|
|
|
window.UMBusinessLicense = UM.getEditor('edit-business-license');
|
|
|
window.UMBusinessLicense.setDisabled('fullscreen');
|
|
|
var businessLicenseContent = $('#businessLicense').val();
|
|
|
if(businessLicenseContent) {
|
|
|
UMBusinessLicense.setContent(businessLicenseContent);
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|