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) {