From db698541a789bf38163dfdb416f480cedb8faa88 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Wed, 27 Oct 2021 15:58:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E6=8A=A5=E5=90=8D=E5=85=A5=E5=8F=A3=E7=9A=84?= =?UTF-8?q?=E7=AD=BE=E5=88=B0=E4=BA=8C=E7=BB=B4=E7=A0=81=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/signUp/SignUpEntrance.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/signUp/SignUpEntrance.vue b/src/views/signUp/SignUpEntrance.vue index c8dde4a..096c386 100644 --- a/src/views/signUp/SignUpEntrance.vue +++ b/src/views/signUp/SignUpEntrance.vue @@ -121,7 +121,13 @@ export default { } }, async mounted() { - this.singUpQRCode = await this.generateQRCode('123') + this.singUpQRCode = await this.generateQRCode(this.signUpHerfUrl) + }, + computed:{ + // 报名链接 + signUpHerfUrl() { + return `${ window._CONFIG['singUpQRCodeURL'] }?id=${this.meetingId}` + }, }, methods: { /*