|
@@ -23,7 +23,7 @@
|
|
<view class="box-content-names">
|
|
<view class="box-content-names">
|
|
<view class="name">
|
|
<view class="name">
|
|
{{ item.thatName }}
|
|
{{ item.thatName }}
|
|
- <text class="nameSub">{{ item.enterpriseAnotherName }}</text>
|
|
|
|
|
|
+ <text class="nameSub">{{ dealEnterpriseName(item.enterpriseAnotherName) }}</text>
|
|
<span class="line" v-if="item.postNameCn && item.enterpriseAnotherName"></span>
|
|
<span class="line" v-if="item.postNameCn && item.enterpriseAnotherName"></span>
|
|
<text class="nameSub">{{ item.postNameCn }}</text>
|
|
<text class="nameSub">{{ item.postNameCn }}</text>
|
|
</view>
|
|
</view>
|
|
@@ -52,6 +52,7 @@ import { getUserAvatar } from '@/utils/avatar'
|
|
import { timesTampChange } from '@/utils/date'
|
|
import { timesTampChange } from '@/utils/date'
|
|
import { userStore } from '@/store/user'
|
|
import { userStore } from '@/store/user'
|
|
import { useIMStore } from '@/store/im'
|
|
import { useIMStore } from '@/store/im'
|
|
|
|
+import { dealEnterpriseName } from '@/utils/getText'
|
|
|
|
|
|
const IM = useIMStore()
|
|
const IM = useIMStore()
|
|
|
|
|
|
@@ -111,7 +112,7 @@ const handleTo = (item) => {
|
|
id: userInfoVo?.userInfoResp?.userId,
|
|
id: userInfoVo?.userInfoResp?.userId,
|
|
name: thatName,
|
|
name: thatName,
|
|
postName: postNameCn,
|
|
postName: postNameCn,
|
|
- enterpriseName: enterpriseAnotherName,
|
|
|
|
|
|
+ enterpriseName: dealEnterpriseName(enterpriseAnotherName),
|
|
enterpriseId: userInfoVo?.userInfoResp?.enterpriseId,
|
|
enterpriseId: userInfoVo?.userInfoResp?.enterpriseId,
|
|
channelID: channel_id,
|
|
channelID: channel_id,
|
|
channelType: channel_type,
|
|
channelType: channel_type,
|