Bläddra i källkod

feat:更新文案修改

jinx 3 år sedan
förälder
incheckning
204c1d13dd
2 ändrade filer med 5 tillägg och 5 borttagningar
  1. 3 3
      pages/shareRoom/shareRoom.js
  2. 2 2
      pages/shared/shared.js

+ 3 - 3
pages/shareRoom/shareRoom.js

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

+ 2 - 2
pages/shared/shared.js

@@ -152,8 +152,8 @@ Page({
         this.context.font = 'normal bold 12px sans-serif'
         this.context.fillStyle = '#000'
         shareCode && this.context.drawImage(shareCode, left, img_width + left + this.canvas_height * 92 / 460 + 10, 60, 60)
-        this.context.fillText('3D实景拍摄', left + 80, img_width + left + this.canvas_height * 92 / 460 + 20)
-        this.context.fillText('手机逛遍卖场', left + 80, img_width + left + this.canvas_height * 92 / 460 + 40)
+        this.context.fillText('为爱筑家', left + 80, img_width + left + this.canvas_height * 92 / 460 + 20)
+        this.context.fillText('满足您对家的一切美好想象', left + 80, img_width + left + this.canvas_height * 92 / 460 + 40)
         this.context.font = 'normal 300 12px sans-serif'
         this.context.fillStyle = '#000'
         this.context.fillText('长按识别二维码  进入店铺', left + 80, img_width + left + this.canvas_height * 140 / 460 + 17)