Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
e5a3cfbf
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
5995
Star
90
Fork
162
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
e5a3cfbf
编写于
10月 14, 2024
作者:
M
mahaifeng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[privacy] 修改隐私协议弹框样式
上级
20f333e7
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
83 addition
and
22 deletion
+83
-22
App.uvue
App.uvue
+10
-21
pages.json
pages.json
+1
-1
pages/privacy.uvue
pages/privacy.uvue
+72
-0
未找到文件。
App.uvue
浏览文件 @
e5a3cfbf
...
@@ -58,27 +58,16 @@
...
@@ -58,27 +58,16 @@
}
}
})
})
// #ifdef APP
// #ifdef APP
if (process.env.NODE_ENV === 'development') {
if (process.env.NODE_ENV !== 'development') { //真机运行可以注释此条件
//真机运行可以去掉此注释
uni.getPrivacySetting({
// uni.getPrivacySetting({
success(res1){
// success(res){
if(res1.needAuthorization){
// if(res.needAuthorization){
uni.openDialogPage({
// uni.openDialogPage({
url: '/pages/privacy',
// url: '/pages/API/dialog-page/dialog-privacytest',
})
// })
}
// }
}
// }
})
// })
}else {
uni.getPrivacySetting({
success(res1){
if(res1.needAuthorization){
uni.openDialogPage({
url: '/pages/API/dialog-page/dialog-privacytest',
})
}
}
})
}
}
// #endif
// #endif
},
},
...
...
pages.json
浏览文件 @
e5a3cfbf
...
@@ -1854,7 +1854,7 @@
...
@@ -1854,7 +1854,7 @@
}
}
},
},
{
{
"path"
:
"pages/
API/dialog-page/dialog-privacytest
"
,
"path"
:
"pages/
privacy
"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
""
"navigationBarTitleText"
:
""
}
}
...
...
pages/
API/dialog-page/dialog-privacytest
.uvue
→
pages/
privacy
.uvue
浏览文件 @
e5a3cfbf
<template>
<template>
<view class="dialog-container">
<view class="dialog-container">
<view class="dialog-content">
<view class="dialog-content">
<text style="text-align: center;margin: 12px;font-size: 20px;"> 个人信息保护指引</text>
<text style="text-align: center;margin-top: 20px;font-size: 20px;"> 个人信息保护指引</text>
<text style="color: #333333;">欢迎使用Hello UNI APPX,我们将通过《用户服务协议》及相关个人信息处理规则帮助你了解我们如何收集、处理个人信息。
<rich-text style="flex: 1;font-size: 20px;margin: 12px;" :nodes="htmlString" @itemclick="itemClick"></rich-text>
根据《常见类型移动互联网应用程序必要个人信息范围规定》。同意《基本功能数据处理规则》仅代表你同意使用浏览、搜索、下载等主要功能收集、处理相关必要个人信息及数据。
此外,为了向你提供更多丰富、优质的服务,我们可能在你使用本产品的过程中提供电商购物、财经支付等扩展功能,如果你拒绝提供,你可能无法使用相应的扩展服务,但不影响你使用我们的基础服务。我们通过《隐私政策》帮助你全面了解我们的服务及收集、处理个人信息的详细情况。
</text>
<button type="warn" style="margin-top: 12px;margin-bottom: 12px;" open-type="agreePrivacyAuthorization"
@click="agree">同意</button>
<button @click="reject">不同意</button>
<button @click="reject">不同意</button>
<button type="warn" open-type="agreePrivacyAuthorization" @click="agree">同意</button>
</view>
</view>
</view>
</view>
</template>
</template>
<script>
<script>
import { openSchema } from '@/uni_modules/uts-openSchema'
export default {
export default {
data() {
data() {
return {
return {
number: 0
number: 0,
htmlString: '<span >欢迎使用Hello UNI APPX,我们将通过<strong><a href="https://www.dcloud.io/hbuilderx.html">《用户服务协议》</a></strong>及相关个人信息处理规则帮助你了解我们如何收集、处理个人信息。根据《常见类型移动互联网应用程序必要个人信息范围规定》。同意《基本功能数据处理规则》仅代表你同意使用浏览、搜索、下载等主要功能收集、处理相关必要个人信息及数据。此外,为了向你提供更多丰富、优质的服务,我们可能在你使用本产品的过程中提供电商购物、财经支付等扩展功能,如果你拒绝提供,你可能无法使用相应的扩展服务,但不影响你使用我们的基础服务。我们通过</span><strong><a href="https://www.dcloud.io/hbuilderx.html">《隐私政策》</a></strong><span>帮助你全面了解我们的服务及收集、处理个人信息的详细情况。</span>'
}
}
},
},
unmounted() {
unmounted() {
uni.offPrivacyAuthorizationChange(this.number)
uni.offPrivacyAuthorizationChange(this.number)
},
},
onLoad() {
onLoad() {
this.number = uni.onPrivacyAuthorizationChange((callback) => {
this.number = uni.onPrivacyAuthorizationChange((callback) => {
uni.showToast({
uni.showToast({
title: 'isPrivacyAgree:' + !callback.needAuthorization
title: 'isPrivacyAgree:' + !callback.needAuthorization
})
})
...
@@ -32,15 +31,21 @@
...
@@ -32,15 +31,21 @@
methods: {
methods: {
agree() {
agree() {
uni.closeDialogPage({
uni.closeDialogPage({
dialogPage: this.$page
dialogPage: this.$page
as UniDialogPage
})
})
},
},
reject() {
reject() {
uni.resetPrivacyAuthorization()
uni.resetPrivacyAuthorization()
uni.closeDialogPage({
uni.closeDialogPage({
dialogPage: this.$page
dialogPage: this.$page
as UniDialogPage
})
})
}
},
itemClick(e : RichTextItemClickEvent) {
let ref = e.detail.href
if (ref != null) {
openSchema(ref)
}
},
}
}
}
}
</script>
</script>
...
@@ -55,8 +60,8 @@
...
@@ -55,8 +60,8 @@
}
}
.dialog-content {
.dialog-content {
height: 60%;
width: 80%;
width: 80%;
padding: 10px;
background-color: #fff;
background-color: #fff;
border-radius: 6px;
border-radius: 6px;
}
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录