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