123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <template>
- <view class="protocal-content">
- <view class="logs">
- <view class="and-home">
- <image src="/static/images/log2.png" mode="heightFix" class="img"></image>
- </view>
- <view class="log">
- <image src="/static/images/log1.png" mode="heightFix" class="img"></image>
- </view>
- </view>
- <view class="title">服务协议与隐私政策</view>
- <view class="content">
- <view class="pro">感谢您信任并使用Coffunity小程序,依据最新法律要求,我们更新了会员服务协议、隐私政策。请您仔细阅读《Coffunity会员服务协议》和《隐私
- 政策》,并确认了解我们对您的个人信息处理
- 原则。</view>
- <view class="pro">
- 如您同意 <text class="red">《Coffunity会员服务协议》</text>和<text class="red">《隐私政策》</text>,请点击“同意”后使用我们的产品和服务,我们
- 依法全力保护您的个人信息安全。
-
- </view>
-
- </view>
- <view class="btns">
- <view class="btn"><button class="btn-disagree">不同意</button></view>
- <view class="btn"><button class="btn-agree">(6)同意</button></view>
- </view>
- </view>
-
- </template>
- <script>
- export default {
- name:"Protocal",
- data() {
- return {
-
- };
- }
- }
- </script>
- <style lang="scss">
- @import './Protocal.scss'
- </style>
|