auth.wxml 314 B

12345
  1. <!--pages/components/auth/auth.wxml-->
  2. <view class="auth_container">
  3. <image class="auth_bg" src="../../../image/empty.png"></image>
  4. <button style='margin-top:80rpx;width:60%;height: 92rpx;background: #2b2b2b;color: #fff;' open-type="getUserInfo" bindgetuserinfo="userInfoHandler">立即授权</button>
  5. </view>