// androidPrivacy.json
{
"version" : "1",
"prompt" : "template",
"title" : "温馨提醒",
"message" : "欢迎使用,非常重视您的隐私和个人信息保护。在您使用前,请认真阅读,<a href=\"./pages/agreement/user\">《用户协议》</a>和<a href=\"\">《隐私协议》</a>并同意接受全部条款后方可开始使用",
"buttonAccept" : "暂不使用",
"buttonRefuse" : "同意",
"styles" : {
"backgroundColor" : "#fff",
"borderRadius" : "5px",
"title" : {
"color" : "#333"
},
"buttonAccept" : {
"color" : "#999"
},
"buttonRefuse" : {
"color" : "#333"
}
}
}
陈勤涛
- 发布:2022-02-21 09:44
- 更新:2022-07-12 15:10
- 阅读:659
使用原生隐私政策提示框,真机运行,打包安装都不生效,按照 https://ask.dcloud.net.cn/article/36937 配置的,版本是3.3.11
分类:uni-app