|
@@ -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',
|