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