<template v-for="(value,index) in brand_list_2" >
????<view class="tab-box"? :class="{'tab2':current==index}" >
????????<view class="txt"? :class="{'txt2':current==index}"? @click="selectType(index)" >
????????????{{value.cat_name}}
????????</view>
????</view>
</template>