auth.wxml 518 B

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