From 83b7536692b421cb7edbce2d9ed4d2eed875bff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Fri, 1 Aug 2025 09:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E4=B8=9A=E7=BC=B4=E8=B4=B9=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=BB=84=E5=90=88=E7=BC=B4=E8=B4=B9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/propertyPayment/index.css | 18 +- packages/community/propertyPayment/index.vue | 526 ++++++++++--------- 2 files changed, 288 insertions(+), 256 deletions(-) diff --git a/packages/community/propertyPayment/index.css b/packages/community/propertyPayment/index.css index 4e9a4831..c8132380 100644 --- a/packages/community/propertyPayment/index.css +++ b/packages/community/propertyPayment/index.css @@ -212,6 +212,10 @@ image { font-size: 24rpx; } +.payItem_money{ + width: 150rpx; +} + .bottom { width: 750rpx; background: #FFFFFF; @@ -409,6 +413,17 @@ image { font-size: 28rpx; color: #000000; margin-top: 10rpx; + display: flex; +} + +.PayTypeItem_con_msg2{ + font-size: 26rpx; + margin-left: 20rpx; + border: 1rpx solid #f23f17; + padding: 0 10rpx; + background-color: #fde0dc; + color: #f23f17; + border-radius: 20rpx; } .line3 { @@ -421,8 +436,9 @@ image { font-weight: bold; font-size: 50rpx; color: #FF370B; - text-align: center; + /* text-align: center; */ padding-bottom: 30rpx; + margin: 0 auto; } .boxshadowCon_subTit span { diff --git a/packages/community/propertyPayment/index.vue b/packages/community/propertyPayment/index.vue index 0d16f11f..89dcd334 100644 --- a/packages/community/propertyPayment/index.vue +++ b/packages/community/propertyPayment/index.vue @@ -89,7 +89,7 @@
- {{ item.unpaid_amount }} + {{ item.unpaid_amount }}

未缴

@@ -172,7 +172,12 @@
物业公积金支付
-
单笔支付限额:¥10000.00
+
+ 可用公积金:{{ balanceMoney }} +
+ 可组合支付 +
+
@@ -235,7 +240,7 @@
选择房源 -
取消
+
取消
@@ -265,9 +270,12 @@
付款总金额 -
取消
+
取消
+
+
+

+ {{ currentMoney }}
-
4900.00
@@ -280,7 +288,9 @@ /> 微信支付
-
4900.00
+
+ {{ (currentMoney - balanceMoney).toFixed(2) }} +
@@ -292,11 +302,15 @@ /> 物业公积金支付
-
4900.00
+
+ {{ balanceMoney }} +
-
物业公积金+微信支付 4900.00
+
+ 物业公积金+微信支付 {{ currentMoney }} +
@@ -304,265 +318,267 @@