From a57cbcdaae57fcd278f71440092e5f536d212300 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Fri, 28 Jun 2024 18:22:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E5=86=8C=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- androidPrivacy.json | 38 ++++++++++++++++++++++ components/user-info/user-info.vue | 18 ++++++++-- config/request.js | 9 ++++- config/site.config.js | 2 +- manifest.json | 17 ++++++---- package.json | 1 + pages/login/login.vue | 4 +-- .../operate/mySchedule/comp/mySchedulePopup.vue | 1 + pages/userCenter/personaInfo/personaInfo.vue | 24 ++++++++++++-- pages/userCenter/refund/refund.vue | 2 +- pages/userCenter/scanCode/scanCodeSchool.vue | 9 +++-- pages/userCenter/teachingData/teachingData.vue | 6 ++-- 12 files changed, 110 insertions(+), 21 deletions(-) create mode 100644 androidPrivacy.json diff --git a/androidPrivacy.json b/androidPrivacy.json new file mode 100644 index 0000000..9dada37 --- /dev/null +++ b/androidPrivacy.json @@ -0,0 +1,38 @@ +{ + "version" : "1", + "prompt" : "template", + "title" : "服务协议和隐私政策", + "message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《服务协议》《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", + "buttonAccept" : "同意并接受", + "buttonRefuse" : "暂不同意", + "hrefLoader" : "system", + "backToExit" : "true", + "second" : { + "title" : "确认提示", + "message" : "  进入应用前,你需先同意《服务协议》《隐私政策》,否则将退出应用。", + "buttonAccept" : "同意并继续", + "buttonRefuse" : "退出应用" + }, + "disagreeMode" : { + "support" : false, + "loadNativePlugins" : false, + "visitorEntry" : false, + "showAlways" : false + }, + "styles" : { + "backgroundColor" : "#fff", + "borderRadius" : "5px", + "title" : { + "color" : "#333" + }, + "buttonAccept" : { + "color" : "#333" + }, + "buttonRefuse" : { + "color" : "#cccccc" + }, + "buttonVisitor" : { + "color" : "#333" + } + } +} diff --git a/components/user-info/user-info.vue b/components/user-info/user-info.vue index 7d1b12a..118e25f 100644 --- a/components/user-info/user-info.vue +++ b/components/user-info/user-info.vue @@ -4,7 +4,7 @@ - + {{ vuex_userInfo.name}} @@ -19,12 +19,20 @@ - {{identity}} + {{identity}} \ No newline at end of file diff --git a/pages/userCenter/refund/refund.vue b/pages/userCenter/refund/refund.vue index e2b25e8..ebfa1a7 100644 --- a/pages/userCenter/refund/refund.vue +++ b/pages/userCenter/refund/refund.vue @@ -1,7 +1,7 @@