You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view class="modal" wx:if="{{visible}}">
- <view class="modal-content">
- <view class="title">用户协议及隐私保护</view>
- <view class="mainContent">
- 为了更好地保障您的合法权益,请阅读并同意<text class="protocol" bind:tap="goUser">用户协议</text>、<text class="protocol" bind:tap="goPrivate">隐私条款</text>
- </view>
- <view class="bottomBtn">
- <view class="btn exit" style=" border-right:1px solid #929292;" bind:tap="exit">退出</view>
- <view class="btn continue" bind:tap="continue">同意并继续</view>
- </view>
- </view>
-
- </view>
|