楚歌
西出阳关客,临风听暮蝉

多个动态:class 使用[ ]

1 <view v-for="(item,i) in data" class="item" :class="['test'+i,{'active':item.active==true}]">
2            <text>{{item.name}}</text>
3 </view>

 

posted on 2022-01-19 13:49  慵懒的楚歌  阅读(24)  评论(0)    收藏  举报