feat: 完全成本调换位置

This commit is contained in:
Joey
2026-08-10 22:57:13 +08:00
parent eeb90b69fd
commit 6c4356de24
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1078,7 +1078,7 @@
logisticsFeeRuleEl.textContent = '(' + logisticsFeeRule + ')';
commissionRuleEl.textContent = (logisticsLevel === 'low') ? '(销售价 × 12%)' : '(销售价 × 18%)';
fullCommissionRuleEl.textContent = (logisticsLevel === 'low') ? '(销售价 × 15.5%)' : '(销售价 × 21.5%)';
[logisticsCard, totalCostCard, receivedCard, sellingCard].forEach((card, index) => {
[logisticsCard, receivedCard, totalCostCard, sellingCard].forEach((card, index) => {
setTimeout(() => {
card.classList.remove('opacity-0', 'translate-y-4');
}, index * 100);