feat: 完全成本调换位置
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user