1234567891011121314151617 |
- <view class="login">
- <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}}'>
- </nav-bar>
- <view class="mair">
- <image mode="widthFix" src="./../../../img/k.png"></image>
- <view class="loginbut">
- <view class="mode" wx:if="{{!isAgree}}" catchtap="notlogin"></view>
- <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">手机号快速登录</button>
- </view>
- <view class="ys">
- <image style="margin-top: 5rpx;" bindtap="egree" mode="aspectFill" src="./../../../img/login_agree_{{isAgree ? 'sel' : 'nor'}}.png"></image>
- <view>我已阅读并同意<text data-index="0" style="color: #A4D099;" bindtap="goabout">《猫王妙播用户服务协议》</text>
- <text data-index="1" style="color: #A4D099;" bindtap="goabout">《猫王妙播用户隐私协议》</text>
- </view>
- </view>
- </view>
- </view>
|