mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
分享
This commit is contained in:
@@ -18,10 +18,10 @@
|
|||||||
<view class="withdraw" v-if="!item.isRead" @click.stop="withdraw(item)">
|
<view class="withdraw" v-if="!item.isRead" @click.stop="withdraw(item)">
|
||||||
<image src="../../static/images/icon/withdrawnew.png" mode=""></image>撤回
|
<image src="../../static/images/icon/withdrawnew.png" mode=""></image>撤回
|
||||||
</view>
|
</view>
|
||||||
<view v-if="item.isRead" class="Viewed">
|
<view v-if="item.isRead" style="margin-left:auto ;" class="Viewed">
|
||||||
已查看
|
已查看
|
||||||
</view>
|
</view>
|
||||||
<view v-else class="notViewed">
|
<view v-else style="margin-left:auto ;" class="notViewed">
|
||||||
未查看
|
未查看
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user