Your Name 5 years ago
parent
commit
495ee649c5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pages/chat-list/view/chat-item.wxml

+ 5 - 0
pages/chat-list/view/chat-item.wxml

@@ -1,5 +1,7 @@
1 1
 <import src="chat-item-head.wxml"/>
2 2
 <template name="chat-item">
3
+
4
+
3 5
     <view class="chat-item-style" bindtap="toChat" data-item="{{item}}" hover-class="press-style">
4 6
         <template is="chat-item-head" data="{{headUrl:item.img,count:item.count}}"/>
5 7
         <view class="chat-item-content-super-style">
@@ -12,4 +14,7 @@
12 14
         </view>
13 15
     </view>
14 16
     <view class="list-divide-line" style="width: 79.5%;margin-left: 20.5%"/>
17
+
18
+
19
+    
15 20
 </template>