From 6c4356de24e6184a8360789b7aede6f80c5d9956 Mon Sep 17 00:00:00 2001 From: Joey Date: Mon, 10 Aug 2026 22:57:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=85=A8=E6=88=90=E6=9C=AC?= =?UTF-8?q?=E8=B0=83=E6=8D=A2=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/js/app.js | 2 +- web/ozonSeller.html | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) 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 @@

--

-
-
-

- 完全成本(进货价+物流费+平台总抽成) -

-

--

-
-
-

- 平台总抽成 -

-

--

-
-

@@ -241,6 +227,20 @@

--

+
+
+

+ 完全成本(进货价+物流费+平台总抽成) +

+

--

+
+
+

+ 平台总抽成 +

+

--

+
+