From 05ffa1fe38c2415d036a820cc70fd94b2c90fc5d Mon Sep 17 00:00:00 2001
From: wangdong <1551135706@qq.com>
Date: Mon, 22 Apr 2024 17:12:48 +0800
Subject: [PATCH] =?UTF-8?q?android=E9=9A=90=E7=A7=81=E6=94=BF=E7=AD=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
androidPrivacy.json | 33 +++++++++++++++++++++++++++++++++
manifest.json | 7 +++++--
pages/store/goodsCate.vue | 12 ++++++------
3 files changed, 44 insertions(+), 8 deletions(-)
create mode 100644 androidPrivacy.json
diff --git a/androidPrivacy.json b/androidPrivacy.json
new file mode 100644
index 0000000..77acc71
--- /dev/null
+++ b/androidPrivacy.json
@@ -0,0 +1,33 @@
+{
+ "version" : "1",
+ "prompt" : "template",
+ "title" : "隐私政策",
+ "message" : "请你务必审慎阅读、充分理解《隐私政策》各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息,用于分析、优化应用性能。
你可阅读《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
+ "buttonAccept" : "同意并接受",
+ "buttonRefuse" : "不同意并退出App",
+ "second" : {
+ "title" : "温馨提示",
+ "message" : "进入应用前,你需先同意《隐私政策》,否则将退出应用。",
+ "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"
+ }
+ }
+}
diff --git a/manifest.json b/manifest.json
index b85d6fe..5199f5b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -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
}
}
},
diff --git a/pages/store/goodsCate.vue b/pages/store/goodsCate.vue
index 6e3415d..24ea966 100644
--- a/pages/store/goodsCate.vue
+++ b/pages/store/goodsCate.vue
@@ -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 [];