From 8cb7b6ebdb39c10ca7ce3ddd5a6c2eb62c2cfd57 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Wed, 27 Oct 2021 15:25:29 +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=E7=9A=84=E7=AD=BE=E5=88=B0=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=20=E8=BF=94=E5=9B=9E=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/incomePayments/meetManage/Attendance.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index e3de30b..adeba89 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -618,9 +618,9 @@ export default { signUpHerfUrl() { return `${ window._CONFIG['singUpQRCodeURL'] }?id=${ this.$route.query.id }` }, - // 签到地址 只给一个会议id + // 签到地址 只给一个会议id 加前缀是为了区分 小程序的扫码签到是否扫描的是签到二维码 signInUrl() { - return this.$route.query.id + return `scanSign=${this.$route.query.id}` } }, methods: {