From 2468bc40cc11f2ea5c602e3b6c661029984e0e8e Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Thu, 28 Oct 2021 15:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E6=A0=87=E5=8D=8F?= =?UTF-8?q?=E4=BC=9A=E5=91=98=E7=9A=84=E8=B4=B9=E7=94=A8=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/signUp/SignUpPage.vue | 2 ++ 1 file changed, 2 insertions(+) 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 } }) }