This commit is contained in:
gyq
2026-02-05 09:10:45 +08:00
parent b87b4c000e
commit ea2b9fcf9e
2 changed files with 4 additions and 4 deletions

View File

@@ -188,7 +188,7 @@
<div class="gropress l" :style="{
width: `${trade.rechargeAmount
? (trade.rechargeAmount /
(trade.memberPayAmount + trade.rechargeRefundAmount * 1)) *
(trade.rechargeAmount * 1 + trade.rechargeRefundAmount * 1)) *
100
: 0
}%`,
@@ -196,7 +196,7 @@
<div class="gropress r" :style="{
width: `${trade.rechargeRefundAmount
? (trade.rechargeRefundAmount /
(trade.memberPayAmount + trade.rechargeRefundAmount * 1)) *
(trade.rechargeAmount * 1 + trade.rechargeRefundAmount * 1)) *
100
: 0
}%`,