From 9aa32f23a77654d74fbe70891fb7007fa2df2d6b Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Thu, 26 Oct 2023 18:11:08 +0800 Subject: [PATCH] =?UTF-8?q?[fix-bug]-=E9=87=91=E9=A2=9D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/signUp/SignUpEntrance.vue | 4 ++-- src/views/signUp/SignUpPage.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/signUp/SignUpEntrance.vue b/src/views/signUp/SignUpEntrance.vue index 219df6e..614ae64 100644 --- a/src/views/signUp/SignUpEntrance.vue +++ b/src/views/signUp/SignUpEntrance.vue @@ -216,8 +216,8 @@ export default { } else if (this.currentMeetingInfo.meetingType === '3' && this.currentMeetingInfo.isWasic){ this.isWasic = true // 国际研讨会 且为WASIC 会议 - this.meetingMoney = `114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsTwoTopic}/人) - 114/22焦点论坛+国际发展论坛+ 1个及以下专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人)` + this.meetingMoney = `114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人) + 114/22焦点论坛+国际发展论坛+ 1个及以下专题研讨(${this.currentMeetingInfo.meetingCostsTwoTopic}/人)` } else { this.meetingMoney = ` ${this.currentMeetingInfo.meetingCosts}/人` } diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue index 4a0eff6..8abb81c 100644 --- a/src/views/signUp/SignUpPage.vue +++ b/src/views/signUp/SignUpPage.vue @@ -452,8 +452,8 @@ export default { // 国际研讨会 且为WASIC 会议 this.isWasic = true this.meetingCostSum = this.currentMeetingInfo.meetingCostsTwoTopic - this.meetingMoney = `114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsTwoTopic}/人) - 114/22焦点论坛+国际发展论坛+ 1个及以下专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人)` + this.meetingMoney = `114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人) + 114/22焦点论坛+国际发展论坛+ 1个及以下专题研讨(${this.currentMeetingInfo.meetingCostsTwoTopic}/人)` this.getLinkTopicsOptionArr() } else { this.meetingMoney = `${this.currentMeetingInfo.meetingCosts}/人`