修改生活缴费页面、扫码功能、车位参数
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<!-- 金额展示 -->
|
||||
<view class="amount-section" v-if="outstandingPayment">
|
||||
<text class="amount-text"
|
||||
:class="{ 'outstandingPaymentClass':outstandingPayment }">{{outstandingPayment?'-¥'+payAmount:'¥'+payAmount}}</text>
|
||||
:class="{ 'outstandingPaymentClass':outstandingPayment }">{{outstandingPayment?'¥'+payAmount:'¥'+payAmount}}</text>
|
||||
</view>
|
||||
<view class="amount-section" v-else>
|
||||
<text class="amount-text paymentClass">{{'¥'+payAmount}}</text>
|
||||
@@ -101,7 +101,7 @@
|
||||
const amount = Number(options.amount) || 0
|
||||
payAmount.value = amount
|
||||
arrearsAmount.value = amount.toFixed(2)
|
||||
outstandingPayment.value = amount > 0
|
||||
// outstandingPayment.value = amount > 0
|
||||
}
|
||||
})
|
||||
|
||||
@@ -220,7 +220,8 @@
|
||||
}
|
||||
|
||||
.outstandingPaymentClass {
|
||||
color: #E34D59;
|
||||
/* color: #E34D59; */
|
||||
color: #00aaff;
|
||||
}
|
||||
|
||||
.paymentClass {
|
||||
|
||||
Reference in New Issue
Block a user