|
|
@@ -3,7 +3,7 @@ |
|
|
|
<view class="{{show ? 'component active' : 'component'}}" bindtap="closeBox" id="componentBG"> |
|
|
|
<view class="{{show ? 'checkBox active' : 'checkBox'}}"> |
|
|
|
<view class="logo"> |
|
|
|
<image src="../asset/icon/tiny-Chat-rotate.png" mode="widthFix" /> |
|
|
|
<image src="../../asset/icon/tiny-Chat-rotate.png" mode="widthFix" /> |
|
|
|
<view class="title">小闲聊</view> |
|
|
|
</view> |
|
|
|
|
|
|
@@ -14,12 +14,14 @@ |
|
|
|
|
|
|
|
<view class="userProtocolModel"> |
|
|
|
<view class="textInside"> |
|
|
|
<view class="{{isNotRead ? 'agreeButton' : 'agreeButton active'}}" bindtap="agreedClick"> |
|
|
|
<image wx:if="{{!isNotRead}}" src="../asset/icon/success.png" mode="" /> |
|
|
|
<view class="{{isNotRead ? 'agreeButton' : 'agreeButton active'}}" bindtap="agreedClick">√ |
|
|
|
</view> |
|
|
|
<text>我已阅读并同意</text> |
|
|
|
<text class="userProtocol" bindtap="checkUserProtocol">《用户协议及隐私政策》</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="close" bindtap="skip"> |
|
|
|
<image src="../../asset/icon/close.png" mode="widthFix" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |