|
@@ -247,11 +247,11 @@ Page({
|
|
|
// this.context.fillStyle = '#79868F'
|
|
|
// this.context.fillText(recommend_text2 || '我的个性推荐语', left, img_width + left + this.canvas_height * 15 / 460 + 18 + 21 + 21)
|
|
|
// }
|
|
|
- this.context.font = 'normal 300 12px sans-serif'
|
|
|
+ this.context.font = 'bold 300 12px sans-serif'
|
|
|
this.context.fillStyle = '#000'
|
|
|
shareCode && this.context.drawImage(shareCode, left, img_height + 40, 60, 60)
|
|
|
- this.context.fillText('3D实景拍摄', left + 80, img_height + 50)
|
|
|
- this.context.fillText('手机逛遍卖场', left + 80, img_height + 70)
|
|
|
+ this.context.fillText('为爱筑家', left + 80, img_height + 50)
|
|
|
+ this.context.fillText('满足您对家的一切美好想象', left + 80, img_height + 70)
|
|
|
this.context.font = 'normal 300 12px sans-serif'
|
|
|
this.context.fillStyle = '#000'
|
|
|
this.context.fillText('长按识别二维码', left + 80, img_height + 95)
|