소스 검색

清除无用代码

Memory_LG 4 달 전
부모
커밋
9f555ce7c8
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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();
             $('#verifyCode').focus();
             return false;
             return false;
         }
         }
-        // var a = false;
-        // var b = "";
 
 
         var res
         var res
         $.ajax({
         $.ajax({
@@ -93,9 +91,6 @@
             // 请求成功时的回调函数
             // 请求成功时的回调函数
             success: function (response) {
             success: function (response) {
                 res = response;
                 res = response;
-                console.log(response);
-                // a = response.success;
-                // b = response.message;
             }
             }
         });
         });