个人中心

This commit is contained in:
liuye
2023-02-10 15:39:49 +08:00
parent fcbf8c05f4
commit 02501453a8
7 changed files with 8 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ export default {
return [ return [
[ [
{ {
icon: require('./img/jfmx.png'), icon: 'https://cdn.cunwuyun.cn/qujing/jfmx.png',
label: "积分明细", label: "积分明细",
path: "./integralInfo", path: "./integralInfo",
type: 'token' type: 'token'
@@ -63,19 +63,19 @@ export default {
], ],
[ [
{ {
icon: require('./img/xxjl.png'), icon: 'https://cdn.cunwuyun.cn/qujing/xxjl.png',
label: "学习记录", label: "学习记录",
path: "./studyList", path: "./studyList",
type: 'token' type: 'token'
}, },
{ {
icon: require('./img/ksjl.png'), icon: 'https://cdn.cunwuyun.cn/qujing/ksjl.png',
label: "考试记录", label: "考试记录",
path: "./testList", path: "./testList",
type: 'token' type: 'token'
}, },
{ {
icon: require('./img/wdzs.png'), icon: 'https://cdn.cunwuyun.cn/qujing/wdzs.png',
label: "我的证书", label: "我的证书",
path: "/mods/AppHometown/AppHometown", path: "/mods/AppHometown/AppHometown",
type: 'token' type: 'token'
@@ -160,7 +160,7 @@ export default {
.header-info { .header-info {
width: 100%; width: 100%;
height: 100%; height: 100%;
// background: url("./img/header-banner.png") no-repeat no-repeat; background: url("https://cdn.cunwuyun.cn/qujing/header-banner.png") no-repeat no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 240px 0 0 48px; padding: 240px 0 0 48px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -40,7 +40,7 @@ export default {
data() { data() {
return { return {
backgroundNavbar: { backgroundNavbar: {
background: 'url(https://cdn.cunwuyun.cn/tengxun/miniapp/nav.png) no-repeat', background: 'url(https://cdn.cunwuyun.cn/qujing/my-header-nav.png) no-repeat',
backgroundSize: '100% 100%', backgroundSize: '100% 100%',
}, },
} }
@@ -62,11 +62,10 @@ export default {
background-color: #F4F5FA; background-color: #F4F5FA;
.header-bg { .header-bg {
width: 100%; width: 100%;
padding-bottom: 104px;
.header-info { .header-info {
width: 100%; width: 100%;
height: 100%; height: 304px;
background: url("https://cdn.cunwuyun.cn/img/qrcode-sign-fail.png") no-repeat no-repeat; background: url("https://cdn.cunwuyun.cn/qujing/my-header-bg.png") no-repeat no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 32px 0 0 32px; padding: 32px 0 0 32px;