Jelajahi Sumber

验证码登录

zhengjinyi 2 tahun lalu
induk
melakukan
973e32e59c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;