调整绘制背景图

This commit is contained in:
唐明明
2021-09-29 15:43:02 +08:00
parent 6e6270d2cb
commit e168517824
3 changed files with 1 additions and 269 deletions

View File

@@ -96,7 +96,7 @@
async coverCode(){
// let { img, title, price, head, tips } = this
let img = this.inviteData[this.codeIndex].code
let back = this.defaultImg
let back = this.inviteData[this.codeIndex].cover
let name = this.inviteData[this.codeIndex].user_info.nickname
let invite = this.inviteData[this.codeIndex].invite
let avatar = this.inviteData[this.codeIndex].user_info.avatar || '/static/user/user-portrait.png'