uniapp小程序新版授权登录

丈夫志四海,万里犹比邻。这篇文章主要讲述uniapp小程序新版授权登录相关的知识,希望能为你提供帮助。




1.授权按钮:


【uniapp小程序新版授权登录】



< view>
< button class=login-btn type=primary @click="bindGetUserInfo"> 授权登录 < /button>
< /view>







2.事件方法:






< script>
export default
data()
return

nickName: null, //昵称
avatarUrl: null, //头像
isCanUse: uni.getStorageSync(isCanUse) || true, //默认为true
userInfo: ,
canIUse: uni.canIUse(button.open-type.getUserInfo),
canIGetUserProfile: false,
detail: ,
openid: null,
gender: null,
city: null,
province: null,
country: null,
session_key: null,
unionid: null,




,
onLoad()//默认加载






    推荐阅读