diff --git a/web/js/app.js b/web/js/app.js index 8fed3d7..4b766e0 100644 --- a/web/js/app.js +++ b/web/js/app.js @@ -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); diff --git a/web/ozonSeller.html b/web/ozonSeller.html index c4a1b01..b5eb5a3 100644 --- a/web/ozonSeller.html +++ b/web/ozonSeller.html @@ -213,20 +213,6 @@
--
---
---
---
--
+--
+