细节优化

This commit is contained in:
kron
2025-10-21 15:13:22 +08:00
parent 5a7605e9d2
commit 6087e1bf94
6 changed files with 72 additions and 62 deletions

View File

@@ -100,7 +100,7 @@ onBeforeUnmount(() => {
</block>
<block v-else>
<text v-if="user.expiredAt">
{{ formatTimestamp(user.expiredAt) }}到期
{{ formatTimestamp(user.expiredAt) }} 到期
</text>
</block>
</view>
@@ -113,7 +113,7 @@ onBeforeUnmount(() => {
<view />
<text>VIP 介绍</text>
</view>
<view>
<view :style="{ marginTop: '10rpx' }">
<rich-text :nodes="richContent" />
<!-- <text
>射灵星球VIP服务为全球弓箭手提供约战段位评级实时排位赛智能教练点评等专属特权会员可在酷帅的真实射箭运动中同步享受在线竞技的乐趣还能找到志同道合的伙伴并获得新鲜的功能体验和持续升级的系统
@@ -209,6 +209,7 @@ onBeforeUnmount(() => {
width: 100%;
display: flex;
align-items: center;
color: #000;
}
.title-bar > view:first-child {
width: 5px;