This commit is contained in:
zoujiandong
2024-01-22 08:42:14 +08:00
parent 3a2b2cd3b1
commit 4948f35fb3
573 changed files with 640 additions and 24515 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ Page({
},
goSysMsg(){
app.method.navigateTo({
url: '/pages/sysMsgDetail/sysMsgDetail',
url: '/patient/pages/sysMsgDetail/sysMsgDetail',
})
},
handleRefresher(){
+2 -2
View File
@@ -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>