Guest User

Untitled

a guest
May 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Page({
  2. data: {
  3. text: 'Click me get my posts!',
  4. motto: helloData,
  5. userInfo: {},
  6. hasUserInfo: false,
  7. canIUse: wx.canIUse('button.open-type.getUserInfo')//使用 button 组件,并将 open-type 指定为 getUserInfo 类型,获取用户基本信息
  8. }
  9. })
Add Comment
Please, Sign In to add comment