From 115287b451d6cb2ef3d215c1113d5e52e2f5422b Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期五, 17 五月 2024 21:08:19 +0800 Subject: [PATCH] 111 --- src/components/headNav/headNav.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/headNav/headNav.vue b/src/components/headNav/headNav.vue index 65c390f..29ae20a 100644 --- a/src/components/headNav/headNav.vue +++ b/src/components/headNav/headNav.vue @@ -1,8 +1,9 @@ <template> <view class="headNav"> - <view class="NavTop flex" :style="{ backgroundImage: 'url(' + bg + ')' }"> + <view class="NavTop flex" :style="{ backgroundImage: 'url(' + bg + ')' }" > <view class="santiaogang" + title="瀵艰埅鑿滃崟" style="width: 0.34rem; height: 0.34rem; margin-right: 3rem;cursor: pointer;" @click="menuNav = !menuNav" ><img @@ -17,7 +18,6 @@ style=" margin-left: 0.19rem; font-size: 0.24rem; - font-family: cursive; font-weight: 900; " > @@ -284,7 +284,7 @@ }); } else if (index === "1") { uni.navigateTo({ - url: "/pages/characterRelation/characterRelation?id=" + 1 + url: "/pages/character/index?id=" + 1 }); } else if (index === "2") { uni.navigateTo({ @@ -292,7 +292,7 @@ }); } else if (index === "3") { uni.navigateTo({ - url: "/pages/dataDisplay/dataDisplay?id=" + 3 + url: "/pages/academicGenres/index?id=" + 3 }); } else if (index === "4") { uni.navigateTo({ @@ -377,8 +377,7 @@ } .NavTop { - /* background: url(@/static/image/topBg.png); */ - + /* background-image: url("../../static/image/topBg.png"); */ background-size: 100% 100%; padding: 0.16rem 0.24rem; color: #fff !important; -- Gitblit v1.9.1