cmy 1 mês atrás
pai
commit
ef4488f37e
2 arquivos alterados com 3 adições e 3 exclusões
  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) {
 							name = name.substr(0,len) + '...'
 						}
-						ctx .fillText(name, 100*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(name, 80*this.ratio + this.ewmW,this.canvasH- this.ewmW/2 - 80*this.ratio)
+						ctx .fillText('邀请您加入母婴人才数字库', 80*this.ratio + this.ewmW,this.canvasH- this.ewmW/2  -16*this.ratio)
 						ctx.draw(false, (ret) => { // draw方法 把以上内容画到 canvas 中。
 							uni.showToast({
 								icon: 'none',

+ 1 - 1
pages/userhome/user.vue

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