<view class="djbox" :class="[currentindex===index?'djbox':'djbox2']" v-for="(i,index) in toplist" :key="index" @click="dj(index)">
<view>
<image style="height: 60rpx;width: 60rpx;" :src="currentindex===index?i.pic:i.pic2" mode=""></image>
</view>
<view style="margin-left: 10rpx;">{{i.title}}</view>
</view>
网友评论