From b2a63565a9d1e9f8dcbab838d90ead6b3616ff6e Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 10 Jan 2025 19:33:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E9=A1=B5=E5=8F=8A?= =?UTF-8?q?=E6=88=91=E7=9A=84=E5=8A=9F=E8=83=BD=E9=83=A8=E5=88=86=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=BC=98=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 6 +++--- src/pages/login.vue | 14 ++++++++------ src/pages/mine.vue | 10 +++++----- src/pages_mine/pages/about/index.vue | 8 ++++---- src/pages_mine/pages/help/index.vue | 15 ++++++++------- src/static/favicon.ico | Bin 1150 -> 4286 bytes src/static/intc.jpg | Bin 19951 -> 0 bytes src/static/logo.jpg | Bin 0 -> 5376 bytes 8 files changed, 28 insertions(+), 25 deletions(-) delete mode 100644 src/static/intc.jpg create mode 100644 src/static/logo.jpg diff --git a/src/config.js b/src/config.js index 0a5125b..b4c2cfd 100644 --- a/src/config.js +++ b/src/config.js @@ -12,17 +12,17 @@ const config = { // 应用版本 version: "1.1.0", // 应用logo - logo: "/static/intc.jpg", + logo: "/static/logo.jpg", // 官方网站 site_url: "http://www.qdintc.com", // 政策协议 agreements: [{ title: "隐私政策", - url: "https://ruoyi.vip/protocol.html" + url: "http://qdintc.com/static/protocol.html" }, { title: "用户服务协议", - url: "https://ruoyi.vip/protocol.html" + url: "http://qdintc.com/static/protocol.html" } ] } diff --git a/src/pages/login.vue b/src/pages/login.vue index 7af0432..93e18ea 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -39,8 +39,10 @@ 立即注册 - 登录即代表同意 - 《隐私协议》 +    + 官方网站 +    + 用户服务协议 @@ -152,11 +154,11 @@ function rememberMeChange(){ rememberMe.value = !rememberMe.value; } -// 隐私协议 -function handlePrivacy() { - let site = globalConfig.value.appInfo.agreements[0]; +// 官方网址 +function handleWebsite() { + let site = globalConfig.value.appInfo.site_url; uni.navigateTo({ - url: `/pages/common/webview/index?title=${site.title}&url=${site.url}` + url: `/pages/common/webview/index?title=智聪网络科技官网&url=${site}` }); }; // 用户协议 diff --git a/src/pages/mine.vue b/src/pages/mine.vue index 1e02b3c..675f332 100644 --- a/src/pages/mine.vue +++ b/src/pages/mine.vue @@ -29,7 +29,7 @@ - 企业微信 + 官方公众号 @@ -152,10 +152,10 @@ function handleAbout() { }; function handleJiaoLiuQun() { uni.showToast({ - title: '17753252359', + title: 'intc126', mask: false, icon: "none", - duration: 1000 + duration: 5000 }); }; function handleBuilding() { @@ -168,10 +168,10 @@ function handleBuilding() { } function handleService() { uni.showToast({ - title: '请电联:17753252359~', + title: '请电联或加客服微信:17753252359', mask: false, icon: "none", - duration: 1000 + duration: 5000 }); } function handleUs() { diff --git a/src/pages_mine/pages/about/index.vue b/src/pages_mine/pages/about/index.vue index 907318d..aa2828a 100644 --- a/src/pages_mine/pages/about/index.vue +++ b/src/pages_mine/pages/about/index.vue @@ -1,9 +1,9 @@ @@ -47,7 +47,7 @@ import config from '@/config.js' const url=config.appInfo.site_url; const version=config.appInfo.version; - +