|  | @@ -50,7 +50,7 @@
 | 
	
		
			
				|  |  |              </view>
 | 
	
		
			
				|  |  |              <view >
 | 
	
		
			
				|  |  |                <view class="contact-name">{{ info.contact?.name }}</view>
 | 
	
		
			
				|  |  | -              <view class="contact-info">{{ info.enterprise?.anotherName || info.enterprise?.name }} {{ info.contact?.postNameCn ? '· ' + info.contact?.postNameCn : '' }}</view>
 | 
	
		
			
				|  |  | +              <view class="contact-info">{{ dealEnterpriseName(info.enterprise?.anotherName || info.enterprise?.name) }} {{ info.contact?.postNameCn ? '· ' + info.contact?.postNameCn : '' }}</view>
 | 
	
		
			
				|  |  |              </view>
 | 
	
		
			
				|  |  |            </view>
 | 
	
		
			
				|  |  |            <!-- 岗位职责 -->
 | 
	
	
		
			
				|  | @@ -212,6 +212,7 @@ import { onLoad, onShareAppMessage, onShow } from '@dcloudio/uni-app'
 | 
	
		
			
				|  |  |  import { prologue, defaultText } from '@/hooks/useIM'
 | 
	
		
			
				|  |  |  import { userStore } from '@/store/user'
 | 
	
		
			
				|  |  |  import { getSubscribeTemplateList } from '@/api/common'
 | 
	
		
			
				|  |  | +import { dealEnterpriseName } from '@/utils/getText'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  const useUserStore = userStore()
 | 
	
		
			
				|  |  |  const sharePopup = ref()
 | 
	
	
		
			
				|  | @@ -362,7 +363,7 @@ const createPoster = async () => {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    // 企业名称
 | 
	
		
			
				|  |  |    context.setFillStyle('#000000')
 | 
	
		
			
				|  |  | -  dealWords(context, 25, anotherName, 250, 150, 210, 2, true)
 | 
	
		
			
				|  |  | +  dealWords(context, 25, dealEnterpriseName(anotherName), 250, 150, 210, 2, true)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    // 企业行业类型、规模
 | 
	
		
			
				|  |  |    context.setFontSize(20)
 |