|
|
@@ -27,7 +27,7 @@
|
|
|
<div class="wodx_xim">
|
|
|
<h1 @click="goHome(item.uid)" v-text="item.user_nickname? item.user_nickname : item.user_login"></h1>
|
|
|
<p class="wodx_item">
|
|
|
- <span class="time" v-if="item.time" v-html="item.time"></span> <span clas="time" v-text="item.is_read?'已读':'未读'"></span>
|
|
|
+ <span class="time" v-if="item.time" v-html="item.time"></span> <span class="time" v-text="item.is_read?'已读':'未读'"></span>
|
|
|
<!-- 收到的消息审核 -->
|
|
|
<span v-if="item.status==1&¶ms.type==1" class="action agree" @click="contactConfirm(item.id, 2)">同意</span>
|
|
|
<span v-if="item.status==1&¶ms.type==1" class="action degree" @click="contactConfirm(item.id, 3)">不合适</span>
|