Merge branch 'stat' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/mobile into stat

This commit is contained in:
weinan2087
2022-11-17 14:46:16 +08:00

View File

@@ -18,10 +18,10 @@
<view class="withdraw" v-if="!item.isRead" @click.stop="withdraw(item)">
<image src="../../static/images/icon/withdrawnew.png" mode=""></image>撤回
</view>
<view v-if="item.isRead" class="Viewed">
<view v-if="item.isRead" style="margin-left:auto ;" class="Viewed">
已查看
</view>
<view v-else class="notViewed">
<view v-else style="margin-left:auto ;" class="notViewed">
未查看
</view>
</view>