瀏覽代碼

2025-2-14

cmy 1 月之前
父節點
當前提交
ef4488f37e
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      pages/user/shareQrCode.vue
  2. 1 1
      pages/userhome/user.vue

+ 2 - 2
pages/user/shareQrCode.vue

@@ -237,8 +237,8 @@
 						if(name.length > len) {
 						if(name.length > len) {
 							name = name.substr(0,len) + '...'
 							name = name.substr(0,len) + '...'
 						}
 						}
-						ctx .fillText(name, 100*this.ratio + this.ewmW,this.canvasH- this.ewmW/2 - 80*this.ratio)
+						ctx .fillText(name, 80*this.ratio + this.ewmW,this.canvasH- this.ewmW/2 - 80*this.ratio)
-						ctx .fillText('邀请您加入母婴严选', 100*this.ratio + this.ewmW,this.canvasH- this.ewmW/2  -16*this.ratio)
+						ctx .fillText('邀请您加入母婴人才数字库', 80*this.ratio + this.ewmW,this.canvasH- this.ewmW/2  -16*this.ratio)
 						ctx.draw(false, (ret) => { // draw方法 把以上内容画到 canvas 中。
 						ctx.draw(false, (ret) => { // draw方法 把以上内容画到 canvas 中。
 							uni.showToast({
 							uni.showToast({
 								icon: 'none',
 								icon: 'none',

+ 1 - 1
pages/userhome/user.vue

@@ -259,7 +259,7 @@
 			// 激活验证码
 			// 激活验证码
 			openCode() {
 			openCode() {
 				uni.showModal({
 				uni.showModal({
-					title: '激活模版',
+					title: '联系客服中心领取激活码',
 					placeholderText: '请输入激活key',
 					placeholderText: '请输入激活key',
 					editable: true,
 					editable: true,
 					confirmText: '激活',
 					confirmText: '激活',