6
0
Fork 0

修改个人中心分享的二维码地址

hui.zhou
h30830569 2022-05-16 14:15:37 +08:00
parent 1abf358fdd
commit 957c3eec59
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,8 @@
return this.bgImage[this.dotIndex]?.image ?? ''
},
code() {
return 'data:image/png;base64,' + this.qr_code
// return 'data:image/png;base64,' + this.qr_code
return this.qr_code
},
remark() {
return this.bgImage[this.dotIndex]?.remark ?? ''