张雄 3 years ago
parent 630fd912d0
commit d7ac709874

@ -10,7 +10,7 @@
<div class="right-letter">
<template v-for="(it, id) in brandList[index]">
<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>
</template>
</div>

Loading…
Cancel
Save