注册微信后绑定邮箱
This commit is contained in:
@@ -338,14 +338,10 @@ export default defineComponent({
|
||||
userEmail: this.email,
|
||||
emailVerifyCode: emailVerifyCode,
|
||||
};
|
||||
console.log(data);
|
||||
|
||||
Https.axiosPost(Https.httpUrls.accountBindEmail, data).then(
|
||||
(rv: any) => {
|
||||
console.log(rv);
|
||||
|
||||
if(rv.token)setCookie("token", rv.token);
|
||||
// this.setSuccessLogin(rv)
|
||||
this.setSuccessLogin(rv)
|
||||
}
|
||||
).catch(res=>{
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user