refactor:ISBN上传市场竞争&在售商品合并为一块,品相标签改前置

This commit is contained in:
97694732@qq.com 2026-06-05 10:30:40 +08:00
parent c484e8b53d
commit 076303b665

View File

@ -32,12 +32,10 @@
<scroll-view class="content-scroll" scroll-y="true"> <scroll-view class="content-scroll" scroll-y="true">
<!-- 基本信息块品相 + 货区&ISBN + 书名 + 价格&库存 --> <!-- 基本信息块品相 + 货区&ISBN + 书名 + 价格&库存 -->
<view class="info-block"> <view class="info-block">
<!-- 品相 --> <!-- 品相标签在前 -->
<view class="info-block-row"> <view class="info-inline-row">
<view class="field-label"> <text class="info-inline-label">品相</text>
<text class="label-text">品相</text> <view class="condition-list" style="flex:1;">
</view>
<view class="condition-list">
<view <view
class="condition-item" class="condition-item"
v-for="(item, index) in conditionList" v-for="(item, index) in conditionList"
@ -130,11 +128,9 @@
</view> </view>
</view> </view>
<!-- 市场竞争 --> <!-- 市场竞争 & 在售商品合并块 -->
<view class="form-section"> <view class="form-section">
<view class="section-title"> <!-- 市场统计 -->
<text class="title-text">市场竞争</text>
</view>
<view class="market-stats"> <view class="market-stats">
<view class="stat-item"> <view class="stat-item">
<text class="stat-label">在售</text> <text class="stat-label">在售</text>
@ -153,12 +149,12 @@
<text class="stat-value">{{ marketData.sold }}</text> <text class="stat-value">{{ marketData.sold }}</text>
</view> </view>
</view> </view>
</view>
<view class="info-block-divider" style="margin:14rpx 0;"></view>
<!-- 在售商品 --> <!-- 在售商品 -->
<view class="form-section">
<view class="section-header-row"> <view class="section-header-row">
<view class="section-title"> <view class="section-title" style="margin-bottom:0;">
<text class="title-text">在售商品</text> <text class="title-text">在售商品</text>
</view> </view>
<view class="compare-toggle"> <view class="compare-toggle">
@ -228,12 +224,10 @@
<!-- ===== 基本信息块品相 + 货区 + 书名 + 价格&库存 ===== --> <!-- ===== 基本信息块品相 + 货区 + 书名 + 价格&库存 ===== -->
<view class="info-block"> <view class="info-block">
<!-- 品相 --> <!-- 品相标签在前 -->
<view class="info-block-row"> <view class="info-inline-row">
<view class="field-label"> <text class="info-inline-label">品相</text>
<text class="label-text">品相</text> <view class="condition-list" style="flex:1;">
</view>
<view class="condition-list">
<view <view
class="condition-item" class="condition-item"
v-for="(item, index) in conditionList" v-for="(item, index) in conditionList"