Authored by dongjunjie

店铺装修tip

@@ -238,11 +238,12 @@ function saveDecoration(submitStatus){ @@ -238,11 +238,12 @@ function saveDecoration(submitStatus){
238 jsonClone = $.extend(true,{},jsonMain); 238 jsonClone = $.extend(true,{},jsonMain);
239 showMain(); 239 showMain();
240 }else{ 240 }else{
241 - common.util.__tip("提交审核成功!","success"); 241 + setTimeout(function() {
242 location.href="/supplier/shop/decoration"; 242 location.href="/supplier/shop/decoration";
  243 + }, 1000);
243 } 244 }
244 } 245 }
245 - },true); 246 + });
246 } 247 }
247 //Ajax审核,审核通过:300,驳回:900 248 //Ajax审核,审核通过:300,驳回:900
248 function checkDecoration(checkStatus,comment){ 249 function checkDecoration(checkStatus,comment){
@@ -256,7 +257,9 @@ function checkDecoration(checkStatus,comment){ @@ -256,7 +257,9 @@ function checkDecoration(checkStatus,comment){
256 } 257 }
257 },function(rs){ 258 },function(rs){
258 common.util.__tip("审核通过成功!","success"); 259 common.util.__tip("审核通过成功!","success");
  260 + setTimeout(function() {
259 location.href="/supplier/check/index"; 261 location.href="/supplier/check/index";
  262 + }, 1000);
260 },true); 263 },true);
261 }else{ 264 }else{
262 common.util.__ajax({ 265 common.util.__ajax({
@@ -267,7 +270,9 @@ function checkDecoration(checkStatus,comment){ @@ -267,7 +270,9 @@ function checkDecoration(checkStatus,comment){
267 } 270 }
268 },function(rs){ 271 },function(rs){
269 common.util.__tip("审核驳回成功!","success"); 272 common.util.__tip("审核驳回成功!","success");
  273 + setTimeout(function() {
270 location.href="/supplier/check/index"; 274 location.href="/supplier/check/index";
  275 + }, 1000);
271 },true); 276 },true);
272 } 277 }
273 } 278 }
@@ -1007,7 +1012,7 @@ function untilEditorEvent(id){ @@ -1007,7 +1012,7 @@ function untilEditorEvent(id){
1007 } 1012 }
1008 }); 1013 });
1009 $("#"+id+" nav").hide(); 1014 $("#"+id+" nav").hide();
1010 - $(".modal-dialog").css("width","1000px"); 1015 + $(".modal-dialog").css("width","900px");
1011 $(".modal-dialog .modal-body .editor-dialog").css("max-height","650px"); 1016 $(".modal-dialog .modal-body .editor-dialog").css("max-height","650px");
1012 $(".modal-dialog .modal-body .editor-dialog").css("overflow-y","auto"); 1017 $(".modal-dialog .modal-body .editor-dialog").css("overflow-y","auto");
1013 $(".modal-dialog .modal-body .editor-dialog").css("overflow-x","hidden"); 1018 $(".modal-dialog .modal-body .editor-dialog").css("overflow-x","hidden");
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 pc端店铺模板css 2 pc端店铺模板css
3 */ 3 */
4 .editor-dialog ul.upload-image-list{padding: 0 10px} 4 .editor-dialog ul.upload-image-list{padding: 0 10px}
5 -.editor-dialog input.numInput{ width: 50px} 5 +.editor-dialog input.numInput{ width: 40px}
6 .editorTitle input.error,.editor-dialog input.error{ border: 2px solid #ff0000} 6 .editorTitle input.error,.editor-dialog input.error{ border: 2px solid #ff0000}
7 .editorTip{ color: #ff0000} 7 .editorTip{ color: #ff0000}
8 8
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 </select> 37 </select>
38 </div> 38 </div>
39 </div> 39 </div>
40 - <div class="col-sm-3"> 40 + <div id="operations" class="col-sm-3">
41 <div class="moduleView" style="display: none; text-align: right; margin-top: -10px"> 41 <div class="moduleView" style="display: none; text-align: right; margin-top: -10px">
42 <input type="button" class="btn btn-default " value="返回" onclick="history.go(-1)"> 42 <input type="button" class="btn btn-default " value="返回" onclick="history.go(-1)">
43 </div> 43 </div>