|
|
@ -10,7 +10,7 @@
|
|
|
|
<div class="right-letter">
|
|
|
|
<div class="right-letter">
|
|
|
|
<template v-for="(it, id) in brandList[index]">
|
|
|
|
<template v-for="(it, id) in brandList[index]">
|
|
|
|
<span class="right" :key="id">
|
|
|
|
<span class="right" :key="id">
|
|
|
|
<a-button type="primary" @click="onBrand(item.brandname)" v-if="it.firstword == item">{{it.brandname}}</a-button>
|
|
|
|
<a-button type="primary" @click="onBrand(it.brandname)" v-if="it.firstword == item">{{it.brandname}}</a-button>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|