Explorar el Código

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

Xiao_123 hace 1 mes
padre
commit
f53399b8c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pagesB/jobFair/jobFairShare.vue

+ 1 - 1
pagesB/jobFair/jobFairShare.vue

@@ -158,7 +158,7 @@ const createPoster = async () => {
   
   context.font = 'bold 16px Arial'
   context.fillStyle = '#10325d'
-  const text = '诚挚邀约 共享机遇'
+  const text = '扫码投递'
   const textWidth = context.measureText(text).width
   const textX = qrCodeX + (qrCodeWidth - textWidth) / 2
   const textY = qrCodeY + qrCodeHeight + 30