|
|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<div class="search-list">
|
|
|
- <!--<div class="search-item" v-if="productList.expose > 0 || productList.brands">
|
|
|
+ <div class="search-item" v-if="productList.expose > 0 || productList.brands">
|
|
|
<span :class="activeType=='store'?'active':''" @click="clickType('store')">所有器件</span>
|
|
|
<span :class="activeType=='support'?'active':''" @click="clickType('support')">仅看有货</span>
|
|
|
- </div>-->
|
|
|
+ </div>
|
|
|
|
|
|
<div class="brand-list-content" v-if="(!productList.brands && brandList && brandList.length > 0) && productList.expose > 0">
|
|
|
<div class="brand-list-top">
|