diff --git a/components/vc-user-account/vc-user-account.vue b/components/vc-user-account/vc-user-account.vue index 18da380..d97918e 100644 --- a/components/vc-user-account/vc-user-account.vue +++ b/components/vc-user-account/vc-user-account.vue @@ -5,11 +5,11 @@ - + - {{account.acctTypeName}} + {{account.acctTypeName}} @@ -87,7 +87,7 @@ }); }, - _listOwnerAccount: function(_feeId, _communityId) { + _listOwnerAccount: function(_communityId) { // 2023.6.12 let _that = this; context.getOwner(function(_ownerInfo) { @@ -97,7 +97,7 @@ } queryOwnerAccount({ page: 1, - row: 20, + row: 1, idCard: _ownerInfo.idCard, link: _ownerInfo.link, communityId: _communityId, diff --git a/pages/fee/oweFee.vue b/pages/fee/oweFee.vue index df2b14d..28c0cdb 100644 --- a/pages/fee/oweFee.vue +++ b/pages/fee/oweFee.vue @@ -2,7 +2,8 @@ 按房屋缴费 - + {{payerObjName?payerObjName:'请选择'}} @@ -49,6 +50,9 @@ + + + @@ -64,15 +68,13 @@ - -