android隐私政策

feature/v-xuexi
wangdong 7 months ago
parent 46ab724837
commit 05ffa1fe38
  1. 33
      androidPrivacy.json
  2. 7
      manifest.json
  3. 12
      pages/store/goodsCate.vue

@ -0,0 +1,33 @@
{
"version" : "1",
"prompt" : "template",
"title" : "隐私政策",
"message" : "请你务必审慎阅读、充分理解《隐私政策》各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息,用于分析、优化应用性能。<br/>你可阅读<a href='http://privacy.njrenzhou.cn'>《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"buttonAccept" : "同意并接受",
"buttonRefuse" : "不同意并退出App",
"second" : {
"title" : "温馨提示",
"message" : "进入应用前,你需先同意<a href='http://privacy.njrenzhou.cn'>《隐私政策》</a>,否则将退出应用。",
"buttonAccept" : "同意并接受",
"buttonRefuse" : "退出应用"
},
"disagreeMode" : {
"support" : false,
"loadNativePlugins" : false,
"visitorEntry" : true,
"showAlways" : false
},
"styles" : {
"backgroundColor" : "#FFFFFF",
"borderRadius" : "10px",
"title" : {
"color" : "#333333"
},
"buttonAccept" : {
"color" : "#333333"
},
"buttonRefuse" : {
"color" : "#9B9AB9"
}
}
}

@ -2,8 +2,8 @@
"name" : "梦航学习宝",
"appid" : "__UNI__640EC10",
"description" : "1.1",
"versionName" : "1.0.9",
"versionCode" : 109,
"versionName" : "1.0.10",
"versionCode" : 110,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@ -120,6 +120,9 @@
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
},
"splashscreen" : {
"useOriginalMsgbox" : true
}
}
},

@ -99,12 +99,12 @@
if (func(data)) {
return path;
}
if (data.children) {
const findChildren = this.getCategoryArr(data.children, func, path);
if (findChildren.length) {
return findChildren;
}
}
// if (data.children) {
// const findChildren = this.getCategoryArr(data.children, func, path);
// if (findChildren.length) {
// return findChildren;
// }
// }
path.pop();
}
return [];

Loading…
Cancel
Save