Sfoglia il codice sorgente

Merge branch 'appeal0121' into test

1178232204@qq.com 3 anni fa
parent
commit
dc24003508
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/js/appealHistory.js

+ 2 - 2
src/js/appealHistory.js

@@ -511,7 +511,7 @@ function cancelAppealInfo(id) {
             $("#delModal").hide();
             $.alerModal({ "message": "撤回成功", type: "tip", time: '1000', win: true });
         } else {
-            $.alerModal({ "message": res.data.msg || '失败,请重试~', type: "tip", time: '1000', win: 'default' });
+            $.alerModal({ "message": res.data.msg || '失败,请重试~', type: "tip", time: '1000', win: 'warn' });
 
         }
     }).catch(() => {
@@ -558,7 +558,7 @@ function addAppealInfo(data) {
             $("#delModal").hide();
             $.alerModal({ "message": "申诉成功", type: "tip", time: '1000', win: true });
         } else {
-            $.alerModal({ "message": res.data.msg || '失败,请重试~', type: "tip", time: '1000', win: 'default' });
+            $.alerModal({ "message": res.data.msg || '失败,请重试~', type: "tip", time: '1000', win: 'warn' });
 
         }
     }).catch(() => {