diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue index a1e2763..b8b0e2f 100644 --- a/src/views/signUp/SignUpPage.vue +++ b/src/views/signUp/SignUpPage.vue @@ -557,6 +557,8 @@ export default { this.isStandardBool = res.result if (this.isStandardBool) { this.meetingCostSum = this.currentMeetingInfo.meetingCostsVip + }else { + this.meetingCostSum = this.currentMeetingInfo.meetingCosts } }) }