소스 검색

招聘会分享海报提示文字调整

Xiao_123 1 개월 전
부모
커밋
f19cb11a58
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/recruit/personal/jobFair/details/enterprises.vue

+ 1 - 1
src/views/recruit/personal/jobFair/details/enterprises.vue

@@ -237,7 +237,7 @@ const handleShare = () => {
 
       ctx.font = 'bold 16px Arial'
       ctx.fillStyle = '#10325d'
-      const text = '诚挚邀约 共享机遇'
+      const text = '扫码投递'
       const textWidth = ctx.measureText(text).width
       const textX = x + (secondImgWidth - textWidth) / 2
       const textY = y + secondImgHeight + 30