Explorar o código

wesmiler 更新第5期更新代码合并

wesmiler %!s(int64=4) %!d(string=hai) anos
pai
achega
93451ccc70
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/themes/default/weixin/member/message/index.html

+ 1 - 1
public/themes/default/weixin/member/message/index.html

@@ -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&&params.type==1" class="action agree" @click="contactConfirm(item.id, 2)">同意</span>
                             <span v-if="item.status==1&&params.type==1" class="action degree" @click="contactConfirm(item.id, 3)">不合适</span>