Browse Source

信息管理刷新问题

master
ZhaoYang 3 weeks ago
parent
commit
aa7f732e59
  1. 8
      chenhai-ui/src/views/vet/chatManager/index.vue
  2. 1
      chenhai-ui/src/views/vet/info/index.vue

8
chenhai-ui/src/views/vet/chatManager/index.vue

@ -99,7 +99,8 @@
:src="activeSession.otherUserAvatar"
:style="{ backgroundColor: getAvatarColor(activeSession.otherUserName) }"
>
{{ getAvatarText(activeSession.otherUserName) }}
<!-- {{ getAvatarText(activeSession.otherUserName) }} -->
<img :src="baseUrl+activeSession.otherUserAvatar" alt="">
</el-avatar>
<div class="header-info">
<h3 class="chat-title">{{ activeSession.otherUserName }}</h3>
@ -154,7 +155,8 @@
:src="activeSession.otherUserAvatar"
:style="{ backgroundColor: getAvatarColor(activeSession.otherUserName) }"
>
{{ getAvatarText(activeSession.otherUserName) }}
<!-- {{ getAvatarText(activeSession.otherUserName) }} -->
<img :src="baseUrl + activeSession.otherUserAvatar" alt="">
</el-avatar>
</div>
<div class="content-box" style="text-align: left;">
@ -1123,7 +1125,7 @@ export default {
/* 在线状态指示器优化 */
.online-status {
position: absolute;
bottom: 2px;
bottom: 6px;
right: 2px;
width: 12px;
height: 12px;

1
chenhai-ui/src/views/vet/info/index.vue

@ -545,6 +545,7 @@ export default {
this.$modal.msgSuccess("修改成功")
this.open = false
this.getList()
window.location.reload()
})
} else {
addInfo(this.form).then(response => {

Loading…
Cancel
Save