Commit ce50a19c authored by Edwise's avatar Edwise 🍷

aaa

parent 6784ddbf
...@@ -184,6 +184,7 @@ Page({ ...@@ -184,6 +184,7 @@ Page({
* 获取用户授权信息 * 获取用户授权信息
*/ */
async getAuth() { async getAuth() {
console.log(my.getSystemInfoSync());
my.showLoading(); my.showLoading();
const userInfo = await getAuthUserInfo().catch(err => { const userInfo = await getAuthUserInfo().catch(err => {
console.log('未授权成功', err); console.log('未授权成功', err);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment