|
@@ -135,21 +135,21 @@ export default {
|
|
|
height: 1110,
|
|
|
cb () {
|
|
|
ctx.restore()
|
|
|
- ctx.font = '600 28px/40px STYuanti-Regular'
|
|
|
+ ctx.font = '500 44px/60px PingFangSC-Medium'
|
|
|
ctx.fillStyle = '#FA4A4A'
|
|
|
- ctx.fillText('扫码开启"返不停"', 100, 960)
|
|
|
+ ctx.fillText('扫码开启"返不停"', 62, 952)
|
|
|
|
|
|
- ctx.font = '400 24px/40px STYuanti-Regular'
|
|
|
+ ctx.font = '400 26px/36px PingFangSC-Regular'
|
|
|
ctx.fillStyle = '#000'
|
|
|
- ctx.fillText('推荐人:' + userNickname, 100, 1020)
|
|
|
+ ctx.fillText('推荐人:' + userNickname, 62, 1026)
|
|
|
// 绘制二维码
|
|
|
vm.setImg({
|
|
|
ctx,
|
|
|
src: code.src,
|
|
|
- x: 510,
|
|
|
- y: 875,
|
|
|
- width: 212,
|
|
|
- height: 212,
|
|
|
+ x: 502,
|
|
|
+ y: 872,
|
|
|
+ width: 222,
|
|
|
+ height: 222,
|
|
|
cb () {
|
|
|
vm.strPostSrc = canvas.toDataURL('image/png', 1)
|
|
|
vm.showPoster = true
|