解决体验版弹出登录框
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
}).then(res => {
|
||||
var data = res.data.data
|
||||
// console.log('登录code换取的信息', data);
|
||||
uni.setStorageSync('token', data.token);
|
||||
uni.setStorageSync('loginToken', data.token);
|
||||
that.$toast.success('登录成功')
|
||||
that.$emit('success')
|
||||
//登录完成后使用手机code换取手机号,调用/user/getMobileByMnp接口
|
||||
|
||||
Reference in New Issue
Block a user