|
@@ -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
|