Browse Source

fix(auth): 恢复用户协议和隐私政策的文本显示

之前注释掉的用户协议和隐私政策文本现在需要重新显示,以确保用户能够看到完整的服务条款信息并做出知情选择。
master
前端-胡立永 15 hours ago
parent
commit
62a79aeed1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pages/auth/index.vue

+ 2
- 2
pages/auth/index.vue View File

@ -35,11 +35,11 @@
</view>
<view class="se-lh-40 se-mt-40 se-fs-24 se-c-99">
<u-parse :content="getValueByName('config_privacy')"></u-parse>
<!-- <text>请您务必审慎阅读充分理解用户协议和隐私政策各条款包括但不限于用户注意事项用户行为规范以及为了向你提供服务而收集使用存储你个人信息的情况等你可阅读</text>
<text>请您务必审慎阅读充分理解用户协议和隐私政策各条款包括但不限于用户注意事项用户行为规范以及为了向你提供服务而收集使用存储你个人信息的情况等你可阅读</text>
<text class="se-c-black se-fw-6" @click="handleOpenPrivacyContract()">用工平台小程序用户服务协议</text>
<text></text>
<text class="se-c-black se-fw-6" @click="handleOpenPrivacyContract()">用工平台小程序平台隐私权政策</text>
<text>了解详细信息如你同意请点击下方按钮开始接受我们的服务</text> -->
<text>了解详细信息如你同意请点击下方按钮开始接受我们的服务</text>
</view>
<view class="se-flex se-flex-h-sb se-mt-40">
<view @click="onCancel" class="se-br-20 se-flex-1 se-flex-h-c se-h-80 se-lh-80 se-ta-c se-fs-32 se-c-66 se-bgc-f5">


Loading…
Cancel
Save