uni-app动态切换样式
发布网友
发布时间:2023-04-22 04:37
我来回答
共1个回答
热心网友
时间:2023-10-17 19:37
<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>