From 56216c752384c503b6d12c29b0527acf0f175415 Mon Sep 17 00:00:00 2001 From: yml Date: Fri, 29 May 2026 07:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=91=E5=B8=83=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=B1=95=E7=A4=BA=E9=87=91=E9=A2=9D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/mobile/MobileSellerListingCreateView.vue | 8 +++++++- .../src/views/seller/SellerListingCreateView.css | 2 +- .../src/views/seller/SellerListingCreateView.vue | 13 +++++++++++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/mobile/MobileSellerListingCreateView.vue b/frontend/src/views/mobile/MobileSellerListingCreateView.vue index cad1d99..75fb2a2 100644 --- a/frontend/src/views/mobile/MobileSellerListingCreateView.vue +++ b/frontend/src/views/mobile/MobileSellerListingCreateView.vue @@ -553,9 +553,15 @@ function selectRadio(value: T, setter: (value: T) => void) { :placeholder="priceConfig.price_placeholder" class="publish-field result-field total-price-field" /> +

- 卖家价格 = 纯币基础价 + 额外消耗品;加速比例仅影响纯币基础价。 + 卖家价格 = 纯币基础价 + 额外消耗品;首页展示价为平台加价后的买家价格。

发布价格 + {{ calculatedSellerPrice ? `¥${calculatedSellerPrice}` : '--' }} +
+
+ 首页展示价 {{ calculatedFinalPrice ? `¥${calculatedFinalPrice}` : '--' }}
@@ -456,10 +461,14 @@ function selectDailyLoss(value: string | number) {