From e16c0b1f6658a7073125f500de66df796b3e40b0 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 15 Mar 2024 13:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/vc-user-account/vc-user-account.vue | 6 ++---- conf/config.js | 2 +- pages/fee/payParkingFee.vue | 2 +- pages/renovation/myRoomRenovationList.vue | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/components/vc-user-account/vc-user-account.vue b/components/vc-user-account/vc-user-account.vue index 218a70b..b227dfd 100644 --- a/components/vc-user-account/vc-user-account.vue +++ b/components/vc-user-account/vc-user-account.vue @@ -27,7 +27,8 @@ import context from '../../lib/java110/Java110Context.js'; import { queryOwnerAccount - } from '../../api/user/userApi.js' + } from '../../api/user/userApi.js'; + import {getCommunityId} from '../../api/community/communityApi.js' export default { components: { }, @@ -92,9 +93,6 @@ let _that = this; context.getOwner(function(_ownerInfo) { if (_ownerInfo) { - if(!_that.communityId){ - _that.communityId = _ownerInfo.communityId - } queryOwnerAccount({ page: 1, row: 99, diff --git a/conf/config.js b/conf/config.js index 6c6243f..cd60fa2 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,7 +15,7 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://192.168.100.108:8088/'; +const baseUrl = 'https://wuye.taksongroup.com/'; // #endif let commonBaseUrl = 'http://demo.homecommunity.cn/'; diff --git a/pages/fee/payParkingFee.vue b/pages/fee/payParkingFee.vue index 5800e2a..edb2977 100644 --- a/pages/fee/payParkingFee.vue +++ b/pages/fee/payParkingFee.vue @@ -202,7 +202,7 @@ prevPage.needFefresh = false; this.$nextTick(() => { this.$refs.vcDiscountRef._loadFeeDiscount(this.feeId, this.communityId, this.feeMonth); - this.$refs.vcUserAccountRef._listOwnerAccount(this.feeId, this.communityId); + this.$refs.vcUserAccountRef._listOwnerAccount(this.communityId); this.$refs.giftCoupon.listGiftCoupon(this.feeId, this.communityId, this.feeMonth); }); this.payOnline = _fee.payOnline; diff --git a/pages/renovation/myRoomRenovationList.vue b/pages/renovation/myRoomRenovationList.vue index 954f115..be9aa83 100644 --- a/pages/renovation/myRoomRenovationList.vue +++ b/pages/renovation/myRoomRenovationList.vue @@ -87,7 +87,7 @@ this.loadingStatus = 'more'; let _that = this; let params = { - roomName: this.roomDetail.floorNum + '-' + this.roomDetail.unitNum + '-' + this.roomDetail.roomNum, + roomId:this.roomDetail.roomId, communityId: this.roomDetail.communityId, page: _that.page, row: 10,