Browse Source

Merge branch 'appeal0121' into test

1178232204@qq.com 3 years ago
parent
commit
07daef5675
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/js/appealExamine.js

+ 2 - 2
src/js/appealExamine.js

@@ -278,8 +278,8 @@ function approved(type) {
             return
         }
         if (!score) {
-            $(".appealDel .warning .red").text("分值不能为空~");
-            $(".appealDel .warning").show();
+            $(".appealAdd .warning .red").text("分值不能为空~");
+            $(".appealAdd .warning").show();
             return
         }