|
|
@@ -81,7 +81,7 @@ export default {
|
|
|
ctx.fillText('爱伴·AI之旅', width / 2, 60)
|
|
|
ctx.setFillStyle('#64748B')
|
|
|
ctx.setFontSize(13)
|
|
|
- ctx.fillText('邀请你一起加入 AI 成长营', width / 2, 90)
|
|
|
+ ctx.fillText('我的专属邀请码', width / 2, 90)
|
|
|
// 中央邀请码卡片
|
|
|
ctx.setFillStyle('#FFFFFF')
|
|
|
this.roundRect(ctx, 40, 130, width - 80, 120, 12)
|
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
// 底部提示
|
|
|
ctx.setFillStyle('#EA580C')
|
|
|
ctx.setFontSize(14)
|
|
|
- ctx.fillText('报名时填写邀请码,一起享受专属权益', width / 2, 320)
|
|
|
+ ctx.fillText('扫码加入训练营', width / 2, 320)
|
|
|
// 二维码占位区(生产环境接入 getwxacodeunlimit 后绘制小程序码)
|
|
|
ctx.setFillStyle('#FFFFFF')
|
|
|
this.roundRect(ctx, width / 2 - 45, 340, 90, 90, 8)
|