login.wxml 497 B

12345678910
  1. <view class="auth_container">
  2. <view class="auth_text">
  3. <view>您暂未获取微信授权,将无法正常使用小程序</view>
  4. <view>的功能。如需要正常使用,请点击“授权登录”</view>
  5. <view>按钮,打开头像、昵称等信息的授权。</view>
  6. </view>
  7. <button style='margin-top:160rpx;width:82%;height: 92rpx;background: #2b2b2b;color: #fff;' open-type="getUserInfo"
  8. bindgetuserinfo="userInfoHandler">授权登录</button>
  9. </view>