Explorar el Código

验证码登录

zhengjinyi hace 2 años
padre
commit
973e32e59c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/static/js/account/bind.js

+ 1 - 1
src/main/resources/static/js/account/bind.js

@@ -133,7 +133,7 @@ var bindPage = new Vue({
             if( this.isMobileDisabled1){ return }
             this.$nextTick(function() {
                 if (!verifyCheack('.codeParamsMobile')) { return false; }
-                UserApi.userLoginCode(_self.smsCodeParams,function (response) {
+                UserApi.userOperateCode(_self.smsCodeParams,function (response) {
                     if(response.code === 0){
                         CAIMEI.dialog('获取验证码成功~',false,function () {});
                         const TIME_COUNT = 60;