mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-15 22:06:46 +08:00
修改未读、已读逻辑
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<view class="withdraw" v-if="item.isRead" @click="withdraw(item)">
|
||||
<image src="../../static/images/icon/withdrawnew.png" mode=""></image>撤回
|
||||
</view>
|
||||
<view v-if="!item.isRead" class="Viewed">
|
||||
<view v-if="item.isRead" class="Viewed">
|
||||
已查看
|
||||
</view>
|
||||
<view v-else class="notViewed">
|
||||
|
||||
Reference in New Issue
Block a user