Authored by dongjunjie

店铺装修tip

... ... @@ -238,11 +238,12 @@ function saveDecoration(submitStatus){
jsonClone = $.extend(true,{},jsonMain);
showMain();
}else{
common.util.__tip("提交审核成功!","success");
location.href="/supplier/shop/decoration";
setTimeout(function() {
location.href="/supplier/shop/decoration";
}, 1000);
}
}
},true);
});
}
//Ajax审核,审核通过:300,驳回:900
function checkDecoration(checkStatus,comment){
... ... @@ -256,7 +257,9 @@ function checkDecoration(checkStatus,comment){
}
},function(rs){
common.util.__tip("审核通过成功!","success");
location.href="/supplier/check/index";
setTimeout(function() {
location.href="/supplier/check/index";
}, 1000);
},true);
}else{
common.util.__ajax({
... ... @@ -267,7 +270,9 @@ function checkDecoration(checkStatus,comment){
}
},function(rs){
common.util.__tip("审核驳回成功!","success");
location.href="/supplier/check/index";
setTimeout(function() {
location.href="/supplier/check/index";
}, 1000);
},true);
}
}
... ... @@ -1007,7 +1012,7 @@ function untilEditorEvent(id){
}
});
$("#"+id+" nav").hide();
$(".modal-dialog").css("width","1000px");
$(".modal-dialog").css("width","900px");
$(".modal-dialog .modal-body .editor-dialog").css("max-height","650px");
$(".modal-dialog .modal-body .editor-dialog").css("overflow-y","auto");
$(".modal-dialog .modal-body .editor-dialog").css("overflow-x","hidden");
... ...
... ... @@ -2,7 +2,7 @@
pc端店铺模板css
*/
.editor-dialog ul.upload-image-list{padding: 0 10px}
.editor-dialog input.numInput{ width: 50px}
.editor-dialog input.numInput{ width: 40px}
.editorTitle input.error,.editor-dialog input.error{ border: 2px solid #ff0000}
.editorTip{ color: #ff0000}
... ...
... ... @@ -37,7 +37,7 @@
</select>
</div>
</div>
<div class="col-sm-3">
<div id="operations" class="col-sm-3">
<div class="moduleView" style="display: none; text-align: right; margin-top: -10px">
<input type="button" class="btn btn-default " value="返回" onclick="history.go(-1)">
</div>
... ...