update 起草组成员维护
This commit is contained in:
@@ -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 }`
|
||||
|
||||
Reference in New Issue
Block a user