update 起草组成员维护

This commit is contained in:
danshihao
2024-01-11 11:33:55 +08:00
parent 37b41b1e68
commit dd8c5b8b41
2 changed files with 10 additions and 3 deletions
@@ -39,7 +39,7 @@
<a-spin :spinning="spinning">
<a-row class="flex-col signUpInfo">
<a-col :xxl="8" :xl="12" :sm="24">
<label>报名链接</label><span>{{ signUpHerfUrl }}</span>
<label>报名链接</label><span>{{ showSignUpHref }}</span>
</a-col>
<a-col :xxl="8" :xl="12" :sm="24">
<label>报名二维码</label><img class="qr-code" :src="signUpQRCode" alt="报名二维码"/><i class="copy primary-color"
@@ -200,9 +200,13 @@ export default {
},
mixins: [JeroListMixin],
computed: {
// 报名链接
// 小程序报名链接
signUpHerfUrl() {
return `${ window._CONFIG['singUpQRCodeURL'] }?id=${ this.$route.query.draftingGroupProjectId }`
return `${ window._CONFIG['singInDraftHref'] }?id=${ this.$route.query.draftingGroupProjectId }`
},
// 企业端报名地址
showSignUpHref(){
return `${ window._CONFIG['singInDraftHref'] }?id=${ this.$route.query.draftingGroupProjectId }`
},
importExcelUrl: function () {
return `${ window._CONFIG['domianURL'] }/${ this.url.importExcelUrl }`