mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 18:36:47 +08:00
打印日志
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
}else{
|
||||
uni.showModal({
|
||||
title:'获取用户信息',
|
||||
content:openUrl
|
||||
content:''
|
||||
})
|
||||
console.log('获取用户信息');
|
||||
apiLogin.boeLogin(token).then(rs=>{
|
||||
@@ -40,7 +40,7 @@
|
||||
console.log('获取用户信息成功');
|
||||
uni.showModal({
|
||||
title:'获取用户成功',
|
||||
content:openUrl
|
||||
content:rs.status
|
||||
})
|
||||
//setToken(rs.result.access_token);
|
||||
//加载用户信息
|
||||
|
||||
Reference in New Issue
Block a user