login.wxml 967 B

1234567891011121314151617
  1. <view class="login">
  2. <nav-bar bind:goBack="_goBack" nav-bgc-class="ex-nav-bgc-class" nav-title-class="ex-nav-title-class" ex-back-pre="ex-back-pre" navbar-data='{{nvabarData}}'>
  3. </nav-bar>
  4. <view class="mair">
  5. <image mode="widthFix" src="./../../../img/k.png"></image>
  6. <view class="loginbut">
  7. <view class="mode" wx:if="{{!isAgree}}" catchtap="notlogin"></view>
  8. <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">手机号快速登录</button>
  9. </view>
  10. <view class="ys">
  11. <image style="margin-top: 5rpx;" bindtap="egree" mode="aspectFill" src="./../../../img/login_agree_{{isAgree ? 'sel' : 'nor'}}.png"></image>
  12. <view>我已阅读并同意<text data-index="0" style="color: #A4D099;" bindtap="goabout">《猫王妙播用户服务协议》</text>
  13. <text data-index="1" style="color: #A4D099;" bindtap="goabout">《猫王妙播用户隐私协议》</text>
  14. </view>
  15. </view>
  16. </view>
  17. </view>