|
@@ -2,12 +2,6 @@
|
|
|
<navigationBar></navigationBar>
|
|
|
<import src="./index.skeleton" />
|
|
|
<view class="messagePage">
|
|
|
- <!-- <view class="input" bindtap="setSearch">
|
|
|
- 查找朋友(昵称/学号/手机号)
|
|
|
- <view class="searchBtn">
|
|
|
- <image src="/static/search-2.png" class="img" />
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
<view class="messageList">
|
|
|
<view class="fixed">
|
|
|
<view class="inletBox">
|
|
@@ -28,6 +22,10 @@
|
|
|
<view class="unread" wx:if="{{authorityMsg.messageCount>0}}">{{authorityMsg.messageCount}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="searchBox" bindtap="setSearch">
|
|
|
+ 查找朋友(昵称/学号/手机号)
|
|
|
+ <image src="/static/search-3.png" class="search-icon" />
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="base user" wx:for="{{authorityMsg.topList}}" wx:key="index" data-item='{{item}}'
|
|
|
data-top="{{true}}" bind:longpress="onLongPress" hover-class='pressHover' bindtap="jumpChat">
|