【修改】修改签到二维码的路径

This commit is contained in:
fengachen
2021-11-30 18:33:40 +08:00
parent 11ea9ec0ea
commit d765690190
2 changed files with 20793 additions and 166 deletions
+20790 -163
View File
File diff suppressed because it is too large Load Diff
@@ -93,7 +93,7 @@
</a-col>
<a-col :xxl="8" :xl="12" :sm="24">
<label>签到二维码</label><img class="qr-code" :src="signInQRCode" alt="签到二维码"/>
<!-- <i class="copy primary-color" @click="copy(signUpHerfUrl)">复制</i>-->
<i class="copy primary-color" @click="copy(signInUrl)">复制</i>
</a-col>
<!-- 会议费用为0 不显示 -->
<a-col :xxl="8" :xl="12" :sm="24" style="display:flex;" v-if="currentMeetingInfo.meetingCosts !== '0.00' ">
@@ -620,9 +620,9 @@ export default {
return `${ window._CONFIG['singUpQRCodeURL'] }?id=${ this.$route.query.id }`
},
// 签到地址 只给一个会议id 加前缀是为了区分 小程序的扫码签到是否扫描的是签到二维码
// 2021-11-26 客户变更 要微信扫描签到二维码跳转程序去签到 此版本先不做
// 2021-11-26 客户变更 要微信扫描签到二维码跳转程序去签到
signInUrl() {
return `scanSign=${this.$route.query.id}`
return `${window._CONFIG['singInQRCodeURL']}?scansign=${this.$route.query.id}`
}
},
methods: {