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 @@