fix: 文案修改

This commit is contained in:
Jafeng 2026-02-08 13:59:35 +08:00
parent 3341b24c3b
commit 739f265d09

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>