From 2da9597ad5981346cbbddbe5f297ce5e35e52d6c Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 9 Jan 2025 11:25:21 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B0=8F=E5=8C=BA=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E4=B8=BA=E7=A9=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- pages/appointment/appointmentPay.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/appointment/appointmentPay.vue b/pages/appointment/appointmentPay.vue index e6b750f..357afb1 100644 --- a/pages/appointment/appointmentPay.vue +++ b/pages/appointment/appointmentPay.vue @@ -63,6 +63,7 @@ import vcDiscount from '@/components/vc-discount/vc-discount.vue' import vcUserAccount from '@/components/vc-user-account/vc-user-account.vue' + import {getCommunityId} from '@/api/community/communityApi.js' // #ifdef H5 @@ -165,7 +166,7 @@ let _tradeType = 'APP'; let _objData = { cycles: this.feeMonth, - communityId: this.communityId, + communityId: getCommunityId(), feeId: this.feeId, feeName: '物业费', receivedAmount: _receivedAmount, @@ -306,7 +307,7 @@ let _objData = { "business": "venueReservation", "tradeType": _tradeType, - "communityId": this.ownerInfo.communityId, + "communityId": getCommunityId(), "spaces": JSON.stringify(spacesList), "personName": getUserName(), "personTel": getUserTel(),