Bladeren bron

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

Xiao_123 1 maand geleden
bovenliggende
commit
f19cb11a58
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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