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