【bug】标协会员的费用显示的修改
This commit is contained in:
@@ -557,6 +557,8 @@ export default {
|
|||||||
this.isStandardBool = res.result
|
this.isStandardBool = res.result
|
||||||
if (this.isStandardBool) {
|
if (this.isStandardBool) {
|
||||||
this.meetingCostSum = this.currentMeetingInfo.meetingCostsVip
|
this.meetingCostSum = this.currentMeetingInfo.meetingCostsVip
|
||||||
|
}else {
|
||||||
|
this.meetingCostSum = this.currentMeetingInfo.meetingCosts
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user