|
@@ -8,10 +8,10 @@
|
|
|
<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">手机号快速登录</button>
|
|
|
</view>
|
|
|
<view class="ys">
|
|
|
- <image bindtap="egree" mode="aspectFill" src="./../../../img/{{isAgree ? 'h' : 'j'}}.png"></image>
|
|
|
- <view>我已阅读并同意<text data-index="0" bindtap="goabout">《猫王妙播用户服务协议》</text>
|
|
|
- <text data-index="1" bindtap="goabout">《猫王妙播用户隐私协议》</text></view>
|
|
|
+ <image style="margin-top: 5rpx;" bindtap="egree" mode="aspectFill" src="./../../../img/login_agree_{{isAgree ? 'sel' : 'nor'}}.png"></image>
|
|
|
+ <view>我已阅读并同意<text data-index="0" bindtap="goabout">《猫王妙播用户服务协议》</text>
|
|
|
+ <text data-index="1" bindtap="goabout">《猫王妙播用户隐私协议》</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- <view wx:if="{{isYs}}"><web-view src="https://ohplay.radio1964.net/privacy/protocol"></web-view></view> -->
|
|
|
-</view>
|
|
|
+</view>
|