authorization.axml 1.0 KB

1234567891011121314151617181920
  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" a:if="{{ isAgree ==true }}" open-type="getAuthorize" onGetAuthorize="getUserPhoneNumber" onError="onAuthError" scope='phoneNumber'>
  6. <image src="../../img/zhi1.png" class="zhi1"></image>
  7. 支付授权手机号登录</button>
  8. <button class="wxlogin_1" a:else disabled open-type="getAuthorize" onGetAuthorize="getUserPhoneNumber" onError="onAuthError" scope='phoneNumber'>
  9. <image src="../../img/zhi1.png" class="zhi1"></image>
  10. 支付授权手机号登录</button>
  11. <view class="footer">
  12. <view class="select" onTap="clickAgree">
  13. <image a:if="{{isAgree==true}}" class="dui" src="../../img/dui.png"></image>
  14. </view>
  15. <view>点击勾选并登录/注册即代表同意 <text onTap="skipXieyi" style="color: var(--globleColor);">《用户协议》</text></view>
  16. </view>
  17. </view>