Browse Source

问题修改

1178232204@qq.com 3 years ago
parent
commit
0affc14a52
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
             return
         }
         }
         if (!score) {
         if (!score) {
-            $(".appealDel .warning .red").text("分值不能为空~");
-            $(".appealDel .warning").show();
+            $(".appealAdd .warning .red").text("分值不能为空~");
+            $(".appealAdd .warning").show();
             return
             return
         }
         }