C端小程序
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.

13 rivejä
600 B

  1. <view class="modal" wx:if="{{visible}}">
  2. <view class="modal-content">
  3. <view class="title">用户协议及隐私保护</view>
  4. <view class="mainContent">
  5. 为了更好地保障您的合法权益,请阅读并同意<text class="protocol" bind:tap="goUser">用户协议</text>、<text class="protocol" bind:tap="goPrivate">隐私条款</text>
  6. </view>
  7. <view class="bottomBtn">
  8. <view class="btn exit" style=" border-right:1px solid #929292;" bind:tap="exit">退出</view>
  9. <view class="btn continue" bind:tap="continue">同意并继续</view>
  10. </view>
  11. </view>
  12. </view>