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