fix: navbar commpontents

This commit is contained in:
zzc
2026-02-01 00:14:19 +08:00
parent 790f0c19fb
commit ec48778ee1
5 changed files with 9 additions and 8 deletions

View File

@@ -40,7 +40,7 @@
<view class="section"> <view class="section">
<view class="section-header"> <view class="section-header">
<text class="section-title">选择底图</text> <text class="section-title">选择头像</text>
<view class="more-btn" @tap="openMorePopup"> <view class="more-btn" @tap="openMorePopup">
<text>查看更多</text> <text>查看更多</text>
<text class="arrow"></text> <text class="arrow"></text>

View File

@@ -3,7 +3,7 @@
<NavBar title="2026 灵马贺岁" :transparent="true"/> <NavBar title="2026 灵马贺岁" :transparent="true"/>
<!-- 顶部提示条 --> <!-- 顶部提示条 -->
<view class="top-banner" v-if="inviterName"> <!-- <view class="top-banner" v-if="inviterName">
<image <image
class="avatar-icon" class="avatar-icon"
v-if="inviterAvatar" v-if="inviterAvatar"
@@ -17,7 +17,7 @@
<view class="top-banner" v-else> <view class="top-banner" v-else>
<text class="banner-icon"></text> <text class="banner-icon"></text>
<text class="banner-text">2026 灵马贺岁 · 开启你的新年好运</text> <text class="banner-text">2026 灵马贺岁 · 开启你的新年好运</text>
</view> </view> -->
<!-- 页面标题 --> <!-- 页面标题 -->
<view class="page-header"> <view class="page-header">

View File

@@ -387,15 +387,16 @@ const saveCard = () => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
padding-bottom: 80px; padding-top: 130px;
padding-bottom: 40px;
position: relative; position: relative;
z-index: 1; z-index: 1;
} }
.header-text { .header-text {
text-align: center; text-align: center;
margin-bottom: 150rpx; margin-bottom: 60px;
} }
.title { .title {
font-size: 22px; font-size: 22px;
@@ -428,7 +429,7 @@ const saveCard = () => {
/* 签筒动画 */ /* 签筒动画 */
.shaker-container { .shaker-container {
margin-bottom: 70px; margin-bottom: 50px;
position: relative; position: relative;
} }
.shaker-body { .shaker-body {

View File

@@ -561,7 +561,7 @@ onShareAppMessage(async () => {
return { return {
title: "我刚做了一张祝福卡片,送给你", title: "我刚做了一张祝福卡片,送给你",
path: "/pages/detail/index?shareToken=" + shareTokenRes.shareToken, path: "/pages/detail/index?shareToken=" + shareTokenRes.shareToken,
imageUrl: currentTemplate.value?.imageUrl || "/static/images/bg.jpg", imageUrl: "/static/images/share.jpg",
}; };
}); });

BIN
static/images/share.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB