【修改】修改签到二维码的路径
This commit is contained in:
Generated
+20790
-163
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: {
|
||||
|
||||
Reference in New Issue
Block a user