login.wxml 1.1 KB

1234567891011121314151617181920
  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 bindtap="egree" mode="aspectFill" src="../../../img/{{isAgree ? 'h' : 'j'}}.png"></image> -->
  12. <image style="margin-top: 5rpx;" bindtap="egree" mode="aspectFill" src="../../../img/login_agree_{{isAgree ? 'sel' : 'nor'}}.png"></image>
  13. <view>我已阅读并同意<text data-index="0" bindtap="goabout">《猫王妙播用户服务协议》</text>
  14. <text data-index="1" bindtap="goabout">《猫王妙播用户隐私协议》</text>
  15. </view>
  16. </view>
  17. </view>
  18. <!-- <view wx:if="{{isYs}}"><web-view src="https://ohplay.radio1964.net/privacy/protocol"></web-view></view> -->
  19. </view>