authorization.axml 585 B

1234567891011121314
  1. <view class="authorization">
  2. <view class="tip" onTap="noSign">暂不登录</view>
  3. <image src="{{logoUrl}}" class="logo" mode="widthFix"></image>
  4. <view class="text">欢迎使用{{title}}</view>
  5. <button class="wxlogin" open-type="getAuthorize" onGetAuthorize="getUserPhoneNumber" onError="onAuthError" scope='phoneNumber'>
  6. <image src="../../img/zhi1.png" class="zhi1"></image>
  7. 支付授权手机号登录</button>
  8. <view class="button-tips" onTap="skipXieyi">
  9. <text>登录即代表同意<text class="xieyi">《{{title}}用户协议》</text>
  10. </view>
  11. </view>