[fix-bug]-费用说明中加分号
This commit is contained in:
@@ -216,7 +216,7 @@ export default {
|
||||
} else if (this.currentMeetingInfo.meetingType === '3' && this.currentMeetingInfo.isWasic){
|
||||
this.isWasic = true
|
||||
// 国际研讨会 且为WASIC 会议
|
||||
this.meetingMoney = `114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人)
|
||||
this.meetingMoney = `114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人);
|
||||
114/22焦点论坛+国际发展论坛+ 1个及以下专题研讨(${this.currentMeetingInfo.meetingCostsTwoTopic}/人)`
|
||||
} else {
|
||||
this.meetingMoney = ` ${this.currentMeetingInfo.meetingCosts}/人`
|
||||
|
||||
@@ -452,7 +452,7 @@ export default {
|
||||
// 国际研讨会 且为WASIC 会议
|
||||
this.isWasic = true
|
||||
this.meetingCostSum = this.currentMeetingInfo.meetingCostsTwoTopic
|
||||
this.meetingMoney = `114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人)
|
||||
this.meetingMoney = `114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人);
|
||||
114/22焦点论坛+国际发展论坛+ 1个及以下专题研讨(${this.currentMeetingInfo.meetingCostsTwoTopic}/人)`
|
||||
this.getLinkTopicsOptionArr()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user