auth.wxml 455 B

12345678
  1. <!--pages/components/auth/auth.wxml-->
  2. <view class="auth_container">
  3. <view class="auth_text">
  4. <view>您暂未获取微信授权,将无法领取红包、加入购物车、下单等功能。点击“授权登录”后,您将使用全部功能。</view>
  5. </view>
  6. <button style='margin-top:160rpx;width:82%;height: 92rpx;background: #2b2b2b;color: #fff;' open-type="getUserInfo"
  7. bindgetuserinfo="userInfoHandler">授权登录</button>
  8. </view>