Browse Source

修复头像

zhengnaiwen_citu 7 tháng trước cách đây
mục cha
commit
932be92901

+ 0 - 3
src/views/recruit/components/message/components/chatting.vue

@@ -287,9 +287,6 @@ const userStore = useUserStore()
 const loading = ref(false)
 
 const mAvatar = () => {
-  if (isEnterprise) {
-    return getUserAvatar(userStore.entBaseInfo?.avatar, userStore.entBaseInfo?.sex)
-  }
   return getUserAvatar(userStore.baseInfo?.avatar, userStore.baseInfo?.sex)
 }