1.22
This commit is contained in:
@@ -137,7 +137,7 @@ Page({
|
||||
},
|
||||
goSysMsg(){
|
||||
app.method.navigateTo({
|
||||
url: '/pages/sysMsgDetail/sysMsgDetail',
|
||||
url: '/patient/pages/sysMsgDetail/sysMsgDetail',
|
||||
})
|
||||
},
|
||||
handleRefresher(){
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<view class="ui-title">消息</view>
|
||||
</view>
|
||||
<view class="toptip" bindtap="goSysMsg" >
|
||||
<image src="../../assets/images/msg_new.png" alt="" class="bell" ></image>
|
||||
<image src="{{img_host+'/msg_new.png'}}" alt="" class="bell" ></image>
|
||||
<view class="msg">
|
||||
<view class="titlebox">
|
||||
<view class="title">系统消息</view>
|
||||
@@ -28,7 +28,7 @@
|
||||
<consult-list consultbox="consultwraper"></consult-list>
|
||||
</view>
|
||||
<view class="list" hidden="{{conversationList.length==0}}">
|
||||
<view class="listcell" wx:for="{{conversationList}}" wx:key="conversationID" bindtap="goChat" data-custom="{{item.lastMessage.cloudCustomData}}" data-chatid="{{item.userProfile.userID}}" data-count="{{item.unreadCount}}" hidden="{{item.lastMessage.lastTime==0}}">
|
||||
<view class="listcell" wx:for="{{conversationList}}" wx:key="conversationID" bindtap="goChat" data-custom="{{item.lastMessage.cloudCustomData}}" data-chatid="{{item.userProfile.userID}}" data-count="{{item.unreadCount}}" hidden="{{item.lastMessage.lastTime==0 || !item.lastMessage.cloudCustomData}}">
|
||||
<view class="info">
|
||||
<image src="{{item.userProfile.avatar}}" class="headicon" wx:if="{{item.userProfile.avatar}}" mode="aspectFill"></image>
|
||||
<image src="{{img_host+'/doctor_avatar.png'}}" class="headicon" wx:else></image>
|
||||
|
||||
Reference in New Issue
Block a user