ソースを参照

验证码登录

zhengjinyi 2 年 前
コミット
973e32e59c
1 ファイル変更1 行追加1 行削除
  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;