个人中心
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
||||
return [
|
||||
[
|
||||
{
|
||||
icon: require('./img/jfmx.png'),
|
||||
icon: 'https://cdn.cunwuyun.cn/qujing/jfmx.png',
|
||||
label: "积分明细",
|
||||
path: "./integralInfo",
|
||||
type: 'token'
|
||||
@@ -63,19 +63,19 @@ export default {
|
||||
],
|
||||
[
|
||||
{
|
||||
icon: require('./img/xxjl.png'),
|
||||
icon: 'https://cdn.cunwuyun.cn/qujing/xxjl.png',
|
||||
label: "学习记录",
|
||||
path: "./studyList",
|
||||
type: 'token'
|
||||
},
|
||||
{
|
||||
icon: require('./img/ksjl.png'),
|
||||
icon: 'https://cdn.cunwuyun.cn/qujing/ksjl.png',
|
||||
label: "考试记录",
|
||||
path: "./testList",
|
||||
type: 'token'
|
||||
},
|
||||
{
|
||||
icon: require('./img/wdzs.png'),
|
||||
icon: 'https://cdn.cunwuyun.cn/qujing/wdzs.png',
|
||||
label: "我的证书",
|
||||
path: "/mods/AppHometown/AppHometown",
|
||||
type: 'token'
|
||||
@@ -160,7 +160,7 @@ export default {
|
||||
.header-info {
|
||||
width: 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%;
|
||||
box-sizing: border-box;
|
||||
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 |
@@ -40,7 +40,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
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%',
|
||||
},
|
||||
}
|
||||
@@ -62,11 +62,10 @@ export default {
|
||||
background-color: #F4F5FA;
|
||||
.header-bg {
|
||||
width: 100%;
|
||||
padding-bottom: 104px;
|
||||
.header-info {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("https://cdn.cunwuyun.cn/img/qrcode-sign-fail.png") no-repeat no-repeat;
|
||||
height: 304px;
|
||||
background: url("https://cdn.cunwuyun.cn/qujing/my-header-bg.png") no-repeat no-repeat;
|
||||
background-size: 100% 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 32px 0 0 32px;
|
||||
|
||||
Reference in New Issue
Block a user