|
@@ -48,6 +48,7 @@ import { getJobAdvertisedHire } from '@/api/position.js'
|
|
|
import { dealDictArrayData } from '@/utils/position.js'
|
|
|
import PositionList from '@/components/PositionList'
|
|
|
import { getWebContent } from '@/api/common'
|
|
|
+import { dealEnterpriseName } from '@/utils/getText'
|
|
|
import { onShow, onLoad, onShareAppMessage, onShareTimeline } from '@dcloudio/uni-app'
|
|
|
// 设置自定义tabbar选中值
|
|
|
onShow(() => {
|
|
@@ -138,7 +139,7 @@ async function getList () {
|
|
|
enterprise: {
|
|
|
welfareList: e.tagList,
|
|
|
logoUrl: e.logoUrl,
|
|
|
- anotherName: e.anotherName,
|
|
|
+ anotherName: dealEnterpriseName(e.anotherName),
|
|
|
industryName: e.industryName,
|
|
|
scaleName: e.scaleName
|
|
|
}
|