【bug】标协会员的费用显示的修改

This commit is contained in:
fengachen
2021-10-28 15:54:08 +08:00
parent 6acb841a2e
commit 2468bc40cc
+2
View File
@@ -557,6 +557,8 @@ export default {
this.isStandardBool = res.result
if (this.isStandardBool) {
this.meetingCostSum = this.currentMeetingInfo.meetingCostsVip
}else {
this.meetingCostSum = this.currentMeetingInfo.meetingCosts
}
})
}