From 457590ce6511939f8cf69afcd1950aa7e7ea3285 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Sat, 2 Dec 2023 15:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 10 ++- androidPrivacy.json | 35 ++++++++++ components/index/detaila.vue | 21 +++--- components/index/detailb.vue | 10 ++- components/index/detailc.vue | 11 ++-- components/index/index.vue | 28 ++++---- components/index/index1.vue | 15 +++-- components/index/indexg.vue | 22 +++++-- components/you-scroll.vue | 4 +- manifest.json | 49 ++++++++++++-- pages.json | 8 +-- pages/index/detail.vue | 2 +- pages/index/index.vue | 104 +++++++++++++++++++++--------- pages/index/subnvue.nvue | 2 +- pages/oaLogin/oaLogin.vue | 28 ++++---- static/css/base.css | 20 +----- unpackage/res/icons/1024x1024.png | Bin 0 -> 380607 bytes unpackage/res/icons/120x120.png | Bin 0 -> 17677 bytes unpackage/res/icons/144x144.png | Bin 0 -> 23036 bytes unpackage/res/icons/152x152.png | Bin 0 -> 24860 bytes unpackage/res/icons/167x167.png | Bin 0 -> 28845 bytes unpackage/res/icons/180x180.png | Bin 0 -> 32171 bytes unpackage/res/icons/192x192.png | Bin 0 -> 35357 bytes unpackage/res/icons/20x20.png | Bin 0 -> 1197 bytes unpackage/res/icons/29x29.png | Bin 0 -> 2089 bytes unpackage/res/icons/40x40.png | Bin 0 -> 3305 bytes unpackage/res/icons/58x58.png | Bin 0 -> 5812 bytes unpackage/res/icons/60x60.png | Bin 0 -> 6132 bytes unpackage/res/icons/72x72.png | Bin 0 -> 8053 bytes unpackage/res/icons/76x76.png | Bin 0 -> 8821 bytes unpackage/res/icons/80x80.png | Bin 0 -> 9542 bytes unpackage/res/icons/87x87.png | Bin 0 -> 10874 bytes unpackage/res/icons/96x96.png | Bin 0 -> 12570 bytes utils/oahttp.js | 8 +-- 34 files changed, 257 insertions(+), 120 deletions(-) create mode 100644 androidPrivacy.json create mode 100644 unpackage/res/icons/1024x1024.png create mode 100644 unpackage/res/icons/120x120.png create mode 100644 unpackage/res/icons/144x144.png create mode 100644 unpackage/res/icons/152x152.png create mode 100644 unpackage/res/icons/167x167.png create mode 100644 unpackage/res/icons/180x180.png create mode 100644 unpackage/res/icons/192x192.png create mode 100644 unpackage/res/icons/20x20.png create mode 100644 unpackage/res/icons/29x29.png create mode 100644 unpackage/res/icons/40x40.png create mode 100644 unpackage/res/icons/58x58.png create mode 100644 unpackage/res/icons/60x60.png create mode 100644 unpackage/res/icons/72x72.png create mode 100644 unpackage/res/icons/76x76.png create mode 100644 unpackage/res/icons/80x80.png create mode 100644 unpackage/res/icons/87x87.png create mode 100644 unpackage/res/icons/96x96.png diff --git a/App.vue b/App.vue index f17a89b..850f8d6 100644 --- a/App.vue +++ b/App.vue @@ -3,6 +3,8 @@ const jpushModule = uni.requireNativePlugin("JG-JPush"); // #endif + import Cache from '@/utils/cache'; + export default { onLaunch: function() { console.log('App Launch') @@ -11,8 +13,15 @@ plus.screen.lockOrientation('landscape-primary'); // #endif + }, + onLoad() { + + }, onShow: function() { + + + console.log('App Show') const audioContext = uni.createInnerAudioContext() // 设置音频文件地址 @@ -46,6 +55,5 @@ } @import "static/css/base.css"; - @import url('static/iconfont/iconfont.css') \ No newline at end of file diff --git a/androidPrivacy.json b/androidPrivacy.json new file mode 100644 index 0000000..759f5c2 --- /dev/null +++ b/androidPrivacy.json @@ -0,0 +1,35 @@ +{ + "version" : "1", + "prompt" : "template", + "title" : "服务协议和隐私政策", + "message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《服务协议》《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", + "buttonAccept" : "同意并接受", + "buttonRefuse" : "暂不同意", + "hrefLoader" : "system|default", + "backToExit" : "false", + "second" : { + "title" : "确认提示", + "message" : "  进入应用前,你需先同意《服务协议》《隐私政策》,否则将退出应用。", + "buttonAccept" : "同意并继续", + "buttonRefuse" : "退出应用" + }, + "disagreeMode" : { + "support" : false, + "loadNativePlugins" : false, + "visitorEntry" : true, + "showAlways" : false + }, + "styles" : { + "backgroundColor" : "#fff", + "borderRadius" : "5px", + "title" : { + "color" : "#000" + }, + "buttonAccept" : { + "color" : "#000" + }, + "buttonRefuse" : { + "color" : "#000" + } + } +} diff --git a/components/index/detaila.vue b/components/index/detaila.vue index ba05276..e752e1c 100644 --- a/components/index/detaila.vue +++ b/components/index/detaila.vue @@ -1,5 +1,5 @@