authentication.wxml 702 B

12345678910111213
  1. <view class="box">
  2. <image src="http://resource.weilaigo.l4j.cn/user-bike1.png" class="bike"></image>
  3. <button open-type="agreePrivacyAuthorization|getUserInfo" bindgetuserinfo="onGotUserInfo" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization">
  4. <image src="http://resource.weilaigo.l4j.cn/weixin.png" style="width:56rpx;height:46rpx;margin-top:8rpx;"></image>
  5. <text>微信用户一键授权</text>
  6. </button>
  7. <!-- <view class="mobile_login" bindtap="mobile_login">
  8. <text>请输入手机号登陆</text>
  9. </view> -->
  10. <view class="bottom">
  11. 点击授权,即表示已阅读并同意<text bindtap="agreement">《法律条款与用户协议》</text>
  12. </view>
  13. </view>