mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
优化预约功能
This commit is contained in:
parent
808a3fab95
commit
6ec14cc202
@ -63,6 +63,7 @@
|
|||||||
|
|
||||||
import vcDiscount from '@/components/vc-discount/vc-discount.vue'
|
import vcDiscount from '@/components/vc-discount/vc-discount.vue'
|
||||||
import vcUserAccount from '@/components/vc-user-account/vc-user-account.vue'
|
import vcUserAccount from '@/components/vc-user-account/vc-user-account.vue'
|
||||||
|
import {getCommunityId} from '@/api/community/communityApi.js'
|
||||||
|
|
||||||
|
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
@ -165,7 +166,7 @@
|
|||||||
let _tradeType = 'APP';
|
let _tradeType = 'APP';
|
||||||
let _objData = {
|
let _objData = {
|
||||||
cycles: this.feeMonth,
|
cycles: this.feeMonth,
|
||||||
communityId: this.communityId,
|
communityId: getCommunityId(),
|
||||||
feeId: this.feeId,
|
feeId: this.feeId,
|
||||||
feeName: '物业费',
|
feeName: '物业费',
|
||||||
receivedAmount: _receivedAmount,
|
receivedAmount: _receivedAmount,
|
||||||
@ -306,7 +307,7 @@
|
|||||||
let _objData = {
|
let _objData = {
|
||||||
"business": "venueReservation",
|
"business": "venueReservation",
|
||||||
"tradeType": _tradeType,
|
"tradeType": _tradeType,
|
||||||
"communityId": this.ownerInfo.communityId,
|
"communityId": getCommunityId(),
|
||||||
"spaces": JSON.stringify(spacesList),
|
"spaces": JSON.stringify(spacesList),
|
||||||
"personName": getUserName(),
|
"personName": getUserName(),
|
||||||
"personTel": getUserTel(),
|
"personTel": getUserTel(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user