diff --git a/src/config.js b/src/config.js index f62dfb6..40436d6 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 567e66d..ddbb26b 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 afae60d..7aa2c51 100644 --- a/src/pages_mine/pages/about/index.vue +++ b/src/pages_mine/pages/about/index.vue @@ -1,9 +1,9 @@ diff --git a/src/pages_mine/pages/help/index.vue b/src/pages_mine/pages/help/index.vue index c1a773f..9ed68fc 100644 --- a/src/pages_mine/pages/help/index.vue +++ b/src/pages_mine/pages/help/index.vue @@ -6,8 +6,9 @@ + > {{ child.title }} + {{ child.content }} @@ -19,17 +20,17 @@ import { ref } from "vue"; const list =ref([{ - icon: 'iconfont icon-github', - title: '智聪科技问题', + icon: 'iconfont icon-user', + title: '智聪网络科技问题', childList: [{ - title: '智聪科技免费吗?', + title: '智聪网络科技平台免费吗?', content: '免费' }, { - title: '智聪科技官网地址多少?', + title: '智聪网络科技官网地址是?', content: 'http://www.qdintc.com' }, { - title: '智聪科技文档地址多少?', - content: 'http://www.qdintc.com/doc' + title: '智聪网络科技文档地址?', + content: 'http://www.qdintc.com/resource' }] }, { diff --git a/src/static/favicon.ico b/src/static/favicon.ico index 14e427e..3de7a73 100644 Binary files a/src/static/favicon.ico and b/src/static/favicon.ico differ diff --git a/src/static/intc.jpg b/src/static/intc.jpg deleted file mode 100644 index d3c68eb..0000000 Binary files a/src/static/intc.jpg and /dev/null differ diff --git a/src/static/logo.jpg b/src/static/logo.jpg new file mode 100644 index 0000000..92c1ffd Binary files /dev/null and b/src/static/logo.jpg differ