Quellcode durchsuchen

验证码登录

zhengjinyi vor 2 Jahren
Ursprung
Commit
973e32e59c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;