Merge remote-tracking branch 'origin/dev-hjf'

This commit is contained in:
huxuejian 2026-02-09 09:13:00 +08:00
commit cecb26e762

View File

@ -53,7 +53,7 @@
class="text-sm mr-2" class="text-sm mr-2"
:class="item.status === 'UNREAD' ? 'text-red-500' : 'text-gray-400'" :class="item.status === 'UNREAD' ? 'text-red-500' : 'text-gray-400'"
> >
{{ item.status === 'UNREAD' ? '未阅读' : '已阅读' }} {{ item.status === 'UNREAD' ? '未阅读' : '查看' }}
</text> </text>
<uni-icons type="right" size="14" :color="item.status === 'UNREAD' ? '#ef4444' : '#9ca3af'"></uni-icons> <uni-icons type="right" size="14" :color="item.status === 'UNREAD' ? '#ef4444' : '#9ca3af'"></uni-icons>
</view> </view>