Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjme committed Mar 12, 2018
1 parent 16ce18b commit 2d6eff2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/route/contactList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
<br/>
<span>{{contact.phone}}</span>
</p>
<div class="status available">{{contact.hasOwnProperty('unreadCount')==true? contact.unreadCount:''}}</div>
<div class="status available" v-if="contact.hasOwnProperty('unreadCount')==true">
{{contact.hasOwnProperty('unreadCount')==true? contact.unreadCount:''}}
</div>
</div>

<!--<div id="search">-->
Expand Down

0 comments on commit 2d6eff2

Please sign in to comment.