feat: 站内通知
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 59s

This commit is contained in:
luo
2026-07-25 11:22:16 +08:00
parent 133a4d18ef
commit f6a33121f2

View File

@@ -32,7 +32,7 @@
<view class="function-item interactive card-interactive" @tap="$emit('enter', 'notifications')" role="button" <view class="function-item interactive card-interactive" @tap="$emit('enter', 'notifications')" role="button"
tabindex="0"> tabindex="0">
<view class="function-icon function-icon-badge"> <view class="function-icon function-icon-badge">
<image src="/static/tips.png" mode="aspectFit" alt="站内通知"></image> <image src="/static/notification.png" mode="aspectFit" alt="站内通知"></image>
<view v-if="unreadCount > 0" class="unread-badge">{{ unreadCount > 99 ? '99+' : unreadCount }}</view> <view v-if="unreadCount > 0" class="unread-badge">{{ unreadCount > 99 ? '99+' : unreadCount }}</view>
</view> </view>
<view class="function-name">站内通知</view> <view class="function-name">站内通知</view>