This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user