生产问题--桂冠专属海报头像位置

This commit is contained in:
liyuetong
2022-01-28 15:49:23 +08:00
parent 81220a9018
commit d7d4a424e2

View File

@@ -212,9 +212,9 @@ export default {
backgroundImg.onload = function() {
setTimeout(function() {
ctx.drawImage(agentHeadImg, 215, 500, 320, 320) // 头像
ctx.drawImage(agentHeadImg, 215, 200, 320, 320) // 头像
ctx.drawImage(backgroundImg, 0, 0, 750, 1271) // 背景图
ctx.drawImage(crownImg, 280, 435, 188, 134) // 皇冠
ctx.drawImage(crownImg, 280, 135, 188, 134) // 皇冠
ctx.drawImage(nameCardImg, 210, 790, 328, 74) // 展示地区,名称位置的背景图片
ctx.drawImage(crownLevelImg, 320, 870) // 展示地区,名称位置的背景图片
ctx.drawImage(memberGradeImg, 280, 925) // 展示地区,名称位置的背景图片