Browse Source

清除无用代码

Memory_LG 4 months ago
parent
commit
9f555ce7c8
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/main/resources/templates/www/tuiyijunren/list-zsrz.html

+ 0 - 5
src/main/resources/templates/www/tuiyijunren/list-zsrz.html

@@ -74,8 +74,6 @@
             $('#verifyCode').focus();
             return false;
         }
-        // var a = false;
-        // var b = "";
 
         var res
         $.ajax({
@@ -93,9 +91,6 @@
             // 请求成功时的回调函数
             success: function (response) {
                 res = response;
-                console.log(response);
-                // a = response.success;
-                // b = response.message;
             }
         });