소스 검색

更新验证码逻辑

sandm 1 년 전
부모
커밋
669fcb71e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/themes/default/views/mobile/app/auth/login_mobile.blade.php

+ 1 - 1
public/themes/default/views/mobile/app/auth/login_mobile.blade.php

@@ -160,7 +160,7 @@
                         "randstr": res.randstr
                     };
                     $.ajax({
-                        method: 'post',
+                        type: 'post',
                         url: '{{route('sms.send')}}',
                         data: submit_data,
                         beforeSend:function () {