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