小程序学习第四天(常用界面api,获取用户信息,weui组件库,云开发初识)
常用界面api及案例
常用界面API:wx.showToast()、wx.showLoading()、wx.hideLoading()、wx.setNavigationBarTitle()
获取用户信息
授权过程:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/authorize.html
## 通过API获取用户信息
wx.getUserProfile({ }) 获取用户信息
页面产生点击事件(例如 `button` 上 `bindtap` 的回调中)后才可调用,每次请求都会弹出授权窗口,用户同意后返回 `userInfo`。该接口用于替换 `wx.getUserInfo`
```html
共有 0 条评论