|
@@ -60,10 +60,9 @@
|
|
<div class="product-brand clear">
|
|
<div class="product-brand clear">
|
|
<div class="product-brand-name" :class="isShowAllBrands ? 'show' : ''">
|
|
<div class="product-brand-name" :class="isShowAllBrands ? 'show' : ''">
|
|
<p class="title">品牌</p>
|
|
<p class="title">品牌</p>
|
|
- <p v-if="!isPC" class="num">已选中<span>{{ checkedBrandLength }}</span>个品牌</p>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="product-brand-list" :class="isShowAllBrands ? 'show' : ''">
|
|
<div class="product-brand-list" :class="isShowAllBrands ? 'show' : ''">
|
|
- <div class="brand-list" @click="choiceBrandAll" :class="hrefBrandId ? '' : 'checked'"><a href="javascript:void(0)">全部</a></div>
|
|
|
|
|
|
+ <div class="brand-list" @click="choiceBrandAllHref" :class="hrefBrandId ? '' : 'checked'"><a href="javascript:void(0)">全部</a></div>
|
|
<div class="brand-list" v-for="(brand,index) in brandLists" :key="index"
|
|
<div class="brand-list" v-for="(brand,index) in brandLists" :key="index"
|
|
@click="choiceBrandHref(brand, index)" :class="brand.isChecked ? 'checked' : ''">
|
|
@click="choiceBrandHref(brand, index)" :class="brand.isChecked ? 'checked' : ''">
|
|
<a href="javascript:void(0)" :title="brand.name" v-html="brand.name"></a>
|
|
<a href="javascript:void(0)" :title="brand.name" v-html="brand.name"></a>
|