From aa43335e8f2b8081d42c77d36eac9c8c055011ad Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Thu, 2 Nov 2023 18:24:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90BUG=E3=80=91=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=B8=8B=E4=B8=80=E6=AD=A5=EF=BC=8C=E9=87=8D=E6=96=B0=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E8=B4=B9=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/signUp/SignUpPage.vue | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue index 7da3ba1..85d6de1 100644 --- a/src/views/signUp/SignUpPage.vue +++ b/src/views/signUp/SignUpPage.vue @@ -76,18 +76,6 @@ - - - - - - - - - - - - @@ -983,6 +971,9 @@ export default { default : this.guestType = null } + if (this.isWasic) { + this.calcMeetingCostSum() + } } })