diff --git a/src/project/qujing/AppMine/AppMine.vue b/src/project/qujing/AppMine/AppMine.vue index f01a285..33f29d7 100644 --- a/src/project/qujing/AppMine/AppMine.vue +++ b/src/project/qujing/AppMine/AppMine.vue @@ -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; diff --git a/src/project/qujing/AppMine/img/header-banner.png b/src/project/qujing/AppMine/img/header-banner.png deleted file mode 100644 index d6cceda..0000000 Binary files a/src/project/qujing/AppMine/img/header-banner.png and /dev/null differ diff --git a/src/project/qujing/AppMine/img/jfmx.png b/src/project/qujing/AppMine/img/jfmx.png deleted file mode 100644 index 522025a..0000000 Binary files a/src/project/qujing/AppMine/img/jfmx.png and /dev/null differ diff --git a/src/project/qujing/AppMine/img/ksjl.png b/src/project/qujing/AppMine/img/ksjl.png deleted file mode 100644 index a80a2f1..0000000 Binary files a/src/project/qujing/AppMine/img/ksjl.png and /dev/null differ diff --git a/src/project/qujing/AppMine/img/wdzs.png b/src/project/qujing/AppMine/img/wdzs.png deleted file mode 100644 index 40a6eb0..0000000 Binary files a/src/project/qujing/AppMine/img/wdzs.png and /dev/null differ diff --git a/src/project/qujing/AppMine/img/xxjl.png b/src/project/qujing/AppMine/img/xxjl.png deleted file mode 100644 index fcc5266..0000000 Binary files a/src/project/qujing/AppMine/img/xxjl.png and /dev/null differ diff --git a/src/project/qujing/AppMine/integralInfo.vue b/src/project/qujing/AppMine/integralInfo.vue index 5f6eafa..35cc844 100644 --- a/src/project/qujing/AppMine/integralInfo.vue +++ b/src/project/qujing/AppMine/integralInfo.vue @@ -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;