|
@@ -1,5 +1,7 @@
|
|
<wxs src="../../utils/filter.wxs" module="filters" />
|
|
<wxs src="../../utils/filter.wxs" module="filters" />
|
|
<navigationBar></navigationBar>
|
|
<navigationBar></navigationBar>
|
|
|
|
+<!-- <import src="./index.skeleton" /> -->
|
|
|
|
+<!-- <template is='skeleton'></template> -->
|
|
<view class="messagePage">
|
|
<view class="messagePage">
|
|
<view class="input" bindtap="setSearch">
|
|
<view class="input" bindtap="setSearch">
|
|
查找昵称/学号/手机号
|
|
查找昵称/学号/手机号
|
|
@@ -55,7 +57,7 @@
|
|
<view class="unread" wx:if="{{item.unReadCount>0}}">{{item.unReadCount}}</view>
|
|
<view class="unread" wx:if="{{item.unReadCount>0}}">{{item.unReadCount}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="base user" wx:for="{{list}}" wx:key="id" data-item='{{item}}' data-top="{{false}}"
|
|
+ <view class="base user" wx:for="{{list}}" wx:key="index" data-item='{{item}}' data-top="{{false}}"
|
|
bind:longpress="onLongPress" hover-class='pressHover' bindtap="jumpChat">
|
|
bind:longpress="onLongPress" hover-class='pressHover' bindtap="jumpChat">
|
|
<image src="{{item.user.avatar}}" class="avatar" />
|
|
<image src="{{item.user.avatar}}" class="avatar" />
|
|
<view class="body">
|
|
<view class="body">
|
|
@@ -80,4 +82,5 @@
|
|
删除该聊天
|
|
删除该聊天
|
|
</view> -->
|
|
</view> -->
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|