authentication.wxml 1.0 KB

12345678910111213141516171819
  1. <view class="box">
  2. <image src="{{logoUrl}}" style="width:142rpx;height:142rpx;margin-top:80rpx;"></image>
  3. <image src="/img/xiaobai.png" style="width:142rpx;height:142rpx;margin-top:80rpx;" wx:if="{{title=='小白闪现出行'}}"></image>
  4. <image src="/img/shanxian.png" class="bike"></image>
  5. <button open-type="getUserInfo" bindgetuserinfo="onGotUserInfo">
  6. <image src="{{img}}weapp/weixin.png" style="width:56rpx;height:46rpx;margin-top:8rpx;"></image>
  7. <text>微信用户一键授权</text>
  8. </button>
  9. <!-- <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" wx:if="{{bind_mobile==0}}">
  10. <image src="{{img}}weapp/weixin.png" style="width:56rpx;height:46rpx;margin-top:8rpx;"></image>
  11. <text>微信手机号一键登录</text>
  12. </button> -->
  13. <!-- <view class="mobile_login" bindtap="mobile_login" wx:if="{{false}}">
  14. <text>请输入手机号登陆</text>
  15. </view> -->
  16. <view class="bottom">
  17. 点击授权,即表示已阅读并同意<text bindtap="agreement">《法律条款与用户协议》</text>
  18. </view>
  19. </view>