去掉在售商品后面的(12本)文字
This commit is contained in:
parent
8ef853b791
commit
b1d5a6acff
@ -155,7 +155,6 @@
|
|||||||
<view class="section-header-row">
|
<view class="section-header-row">
|
||||||
<view class="section-title">
|
<view class="section-title">
|
||||||
<text class="title-text">在售商品</text>
|
<text class="title-text">在售商品</text>
|
||||||
<text class="product-count" v-if="productList.length > 0">({{ productList.length }}本)</text>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="compare-toggle">
|
<view class="compare-toggle">
|
||||||
<text class="toggle-btn" :class="{ active: compareType === 'isbn' }" @click="switchCompare('isbn')">ISBN比价</text>
|
<text class="toggle-btn" :class="{ active: compareType === 'isbn' }" @click="switchCompare('isbn')">ISBN比价</text>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user