Browse Source

修改图标

1178232204@qq.com 3 năm trước cách đây
mục cha
commit
3163105195
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/js/appealUserPage.js

+ 2 - 2
src/js/appealUserPage.js

@@ -421,7 +421,7 @@ $(function () {
         updateFlaws(res.data.data);
         $.alerModal({ "message": "申诉成功", type: "tip", time: '1000', win: true });
       } else {
-        $.alerModal({ "message": res.data.msg || '申诉失败,请重试~', type: "tip", time: '1000', isFather: true, win: 'default', fatherWrapper: $("#mainBox", parent.document) });
+        $.alerModal({ "message": res.data.msg || '申诉失败,请重试~', type: "tip", time: '1000', isFather: true, win: 'warn', fatherWrapper: $("#mainBox", parent.document) });
 
       }
     }).catch(() => {
@@ -469,7 +469,7 @@ $(function () {
         //updateFlaws(res.data.data);
         $.alerModal({ "message": "申诉成功", type: "tip", win: true, time: '1000' });
       } else {
-        $.alerModal({ "message": res.data.msg || '申诉失败,请重试~', type: "tip", win: 'default', time: '1000' });
+        $.alerModal({ "message": res.data.msg || '申诉失败,请重试~', type: "tip", win: 'warn', time: '1000' });
 
       }
     }).catch(() => {