fix: 登录页及我的功能部分调整优化。
This commit is contained in:
@@ -12,17 +12,17 @@ const config = {
|
|||||||
// 应用版本
|
// 应用版本
|
||||||
version: "1.1.0",
|
version: "1.1.0",
|
||||||
// 应用logo
|
// 应用logo
|
||||||
logo: "/static/intc.jpg",
|
logo: "/static/logo.jpg",
|
||||||
// 官方网站
|
// 官方网站
|
||||||
site_url: "http://www.qdintc.com",
|
site_url: "http://www.qdintc.com",
|
||||||
// 政策协议
|
// 政策协议
|
||||||
agreements: [{
|
agreements: [{
|
||||||
title: "隐私政策",
|
title: "隐私政策",
|
||||||
url: "https://ruoyi.vip/protocol.html"
|
url: "http://qdintc.com/static/protocol.html"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "用户服务协议",
|
title: "用户服务协议",
|
||||||
url: "https://ruoyi.vip/protocol.html"
|
url: "http://qdintc.com/static/protocol.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,8 +39,10 @@
|
|||||||
|
|
||||||
<view class="xieyi text-center">
|
<view class="xieyi text-center">
|
||||||
<text @click="handleRegister" class="text-blue">立即注册 </text>
|
<text @click="handleRegister" class="text-blue">立即注册 </text>
|
||||||
<text class="text-grey1">登录即代表同意</text>
|
<text class="text-grey1"> </text>
|
||||||
<text @click="handlePrivacy" class="text-blue">《隐私协议》</text>
|
<text @click="handleWebsite" class="text-blue">官方网站</text>
|
||||||
|
<text class="text-grey1"> </text>
|
||||||
|
<text @click="handleUserAgrement" class="text-blue">用户服务协议</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -152,11 +154,11 @@ function rememberMeChange(){
|
|||||||
rememberMe.value = !rememberMe.value;
|
rememberMe.value = !rememberMe.value;
|
||||||
|
|
||||||
}
|
}
|
||||||
// 隐私协议
|
// 官方网址
|
||||||
function handlePrivacy() {
|
function handleWebsite() {
|
||||||
let site = globalConfig.value.appInfo.agreements[0];
|
let site = globalConfig.value.appInfo.site_url;
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/common/webview/index?title=${site.title}&url=${site.url}`
|
url: `/pages/common/webview/index?title=智聪网络科技官网&url=${site}`
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
// 用户协议
|
// 用户协议
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
<view class="mine-actions grid col-4 text-center">
|
<view class="mine-actions grid col-4 text-center">
|
||||||
<view class="action-item" @click="handleJiaoLiuQun">
|
<view class="action-item" @click="handleJiaoLiuQun">
|
||||||
<view class="iconfont icon-friendfill text-pink icon"></view>
|
<view class="iconfont icon-friendfill text-pink icon"></view>
|
||||||
<text class="text">企业微信</text>
|
<text class="text">官方公众号</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="action-item" @click="handleService">
|
<view class="action-item" @click="handleService">
|
||||||
<view class="iconfont icon-service text-blue icon"></view>
|
<view class="iconfont icon-service text-blue icon"></view>
|
||||||
@@ -152,10 +152,10 @@ function handleAbout() {
|
|||||||
};
|
};
|
||||||
function handleJiaoLiuQun() {
|
function handleJiaoLiuQun() {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '17753252359',
|
title: 'intc126',
|
||||||
mask: false,
|
mask: false,
|
||||||
icon: "none",
|
icon: "none",
|
||||||
duration: 1000
|
duration: 5000
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
function handleBuilding() {
|
function handleBuilding() {
|
||||||
@@ -168,10 +168,10 @@ function handleBuilding() {
|
|||||||
}
|
}
|
||||||
function handleService() {
|
function handleService() {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '请电联:17753252359~',
|
title: '请电联或加客服微信:17753252359',
|
||||||
mask: false,
|
mask: false,
|
||||||
icon: "none",
|
icon: "none",
|
||||||
duration: 1000
|
duration: 5000
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
function handleUs() {
|
function handleUs() {
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="about-container">
|
<view class="about-container">
|
||||||
<view class="header-section text-center">
|
<view class="header-section text-center">
|
||||||
<image style="width: 150rpx;height: 150rpx;" src="/static/intc.jpg" mode="widthFix">
|
<image style="width: 150rpx;height: 150rpx;" src="/static/logo.jpg" mode="widthFix">
|
||||||
</image>
|
</image>
|
||||||
<uni-title type="h2" title="智聪科技管理平台"></uni-title>
|
<uni-title type="h2" title="智聪网络科技"></uni-title>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="content-section">
|
<view class="content-section">
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="copyright">
|
<view class="copyright">
|
||||||
<view>Copyright © 2024 智聪科技 All Rights Reserved.</view>
|
<view>Copyright © 2025 智聪网络科技 All Rights Reserved.</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
import config from '@/config.js'
|
import config from '@/config.js'
|
||||||
const url=config.appInfo.site_url;
|
const url=config.appInfo.site_url;
|
||||||
const version=config.appInfo.version;
|
const version=config.appInfo.version;
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|||||||
@@ -6,8 +6,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="childList">
|
<view class="childList">
|
||||||
<view v-for="(child, zindex) in item.childList" :key="zindex" class="question" hover-class="hover"
|
<view v-for="(child, zindex) in item.childList" :key="zindex" class="question" hover-class="hover"
|
||||||
@click="handleText(child)">
|
>
|
||||||
<view class="text-item">{{ child.title }}</view>
|
<view class="text-item">{{ child.title }}</view>
|
||||||
|
<view class="text-item">{{ child.content }}</view>
|
||||||
<view class="line" v-if="zindex !== item.childList.length - 1"></view>
|
<view class="line" v-if="zindex !== item.childList.length - 1"></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -19,17 +20,17 @@
|
|||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
|
|
||||||
const list =ref([{
|
const list =ref([{
|
||||||
icon: 'iconfont icon-github',
|
icon: 'iconfont icon-user',
|
||||||
title: '智聪科技问题',
|
title: '智聪网络科技问题',
|
||||||
childList: [{
|
childList: [{
|
||||||
title: '智聪科技免费吗?',
|
title: '智聪网络科技平台免费吗?',
|
||||||
content: '免费'
|
content: '免费'
|
||||||
}, {
|
}, {
|
||||||
title: '智聪科技官网地址多少?',
|
title: '智聪网络科技官网地址是?',
|
||||||
content: 'http://www.qdintc.com'
|
content: 'http://www.qdintc.com'
|
||||||
}, {
|
}, {
|
||||||
title: '智聪科技文档地址多少?',
|
title: '智聪网络科技文档地址?',
|
||||||
content: 'http://www.qdintc.com/doc'
|
content: 'http://www.qdintc.com/resource'
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB |
BIN
src/static/logo.jpg
Normal file
BIN
src/static/logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Reference in New Issue
Block a user