|
@@ -205,6 +205,7 @@ export default {
|
|
success: res => {
|
|
success: res => {
|
|
this.user.auth = res.data.data.auth;
|
|
this.user.auth = res.data.data.auth;
|
|
this.user.face=res.data.data.face;
|
|
this.user.face=res.data.data.face;
|
|
|
|
+ uni.setStorageSync('info', this.user);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
}
|
|
}
|