提交 7e785174 编写于 作者: M mahaifeng

[privacy]修改隐私策略UI

上级 cff302a9
<template> <template>
<view class="dialog-container"> <view class="dialog-container">
<view class="dialog-content"> <view class="dialog-content">
<text style="text-align: center;margin-top: 20px;font-size: 20px;"> 个人信息保护指引</text> <view style="width: 100%;justify-content: center;align-items: center;">
<scroll-view style="flex: 1;align-content: center;" show-scrollbar="false"> <image src="../image/logo.png" style="margin-top: 25px;width: 60px;height: 60px;"></image>
<rich-text style="font-size: 14px;margin: 26px;" :nodes="htmlString" @itemclick="itemClick"></rich-text> </view>
<text style="text-align: center;margin-top: 20px;font-size: 20px;color: black;"> 个人信息保护指引</text>
<scroll-view style="flex: 1;align-content: center;margin-top: 10px;margin-left: 25px;margin-right: 25px;"
show-scrollbar="false">
<rich-text style="font-size: 14px;color: red;" :nodes="htmlString" @itemclick="itemClick"></rich-text>
</scroll-view> </scroll-view>
<button class="button" @click="reject">不同意</button> <button class="button" style="background-color: #fff;" @click="reject" hover-class="button-hover1">不同意</button>
<button class="button" type="warn" open-type="agreePrivacyAuthorization" @click="agree">同意</button> <button class="button" style="background-color: royalblue;" hover-class="button-hover2" open-type="agreePrivacyAuthorization"
@click="agree">同意</button>
</view> </view>
</view> </view>
</template> </template>
...@@ -17,7 +22,7 @@ ...@@ -17,7 +22,7 @@
data() { data() {
return { return {
number: 0, number: 0,
htmlString: '<span >欢迎使用Hello uni-app x,我们将通过<strong><a href="https://hx.dcloud.net.cn/license">《用户服务协议》</a></strong>及相关个人信息处理规则帮助你了解我们如何收集、处理个人信息。根据《常见类型移动互联网应用程序必要个人信息范围规定》。同意《基本功能数据处理规则》仅代表你同意使用浏览、搜索、下载等主要功能收集、处理相关必要个人信息及数据。此外,为了向你提供更多丰富、优质的服务,我们可能在你使用本产品的过程中提供电商购物、财经支付等扩展功能,如果你拒绝提供,你可能无法使用相应的扩展服务,但不影响你使用我们的基础服务。我们通过</span><strong><a href="https://doc.dcloud.net.cn/markdown-share-docs/2e766f9cf1f8ca009c11875e447de5c8/">《隐私政策》</a></strong><span>帮助你全面了解我们的服务及收集、处理个人信息的详细情况。</span>' htmlString: '<span style="color:grey">欢迎使用Hello uni-app x,我们将通过<a href="https://hx.dcloud.net.cn/license" >《用户服务协议》</a></strong>及相关个人信息处理规则帮助你了解我们如何收集、处理个人信息。根据《常见类型移动互联网应用程序必要个人信息范围规定》。同意《基本功能数据处理规则》仅代表你同意使用浏览、搜索、下载等主要功能收集、处理相关必要个人信息及数据。此外,为了向你提供更多丰富、优质的服务,我们可能在你使用本产品的过程中提供电商购物、财经支付等扩展功能,如果你拒绝提供,你可能无法使用相应的扩展服务,但不影响你使用我们的基础服务。我们通过<a href="https://doc.dcloud.net.cn/markdown-share-docs/2e766f9cf1f8ca009c11875e447de5c8/">《隐私政策》</a></strong>帮助你全面了解我们的服务及收集、处理个人信息的详细情况。</span>'
} }
}, },
unmounted() { unmounted() {
...@@ -62,10 +67,10 @@ ...@@ -62,10 +67,10 @@
} }
.dialog-content { .dialog-content {
height: 60%; height: 43%;
width: 80%; width: 80%;
background-color: #fff; background-color: #fff;
border-radius: 6px; border-radius: 12px;
} }
.mt-10 { .mt-10 {
...@@ -75,6 +80,18 @@ ...@@ -75,6 +80,18 @@
.button { .button {
border: 0px; border: 0px;
border-radius: 0px; border-radius: 0px;
font-size: 16px; font-size: 20px;
color: lightgrey;
text-align: center;
line-height: 60px;
}
.button-hover1 {
color: black;
background-color: #fff;
}
.button-hover2 {
color: black;
background-color: royalblue;
} }
</style> </style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册