</block>
</div>
<cover-view
class="cover-view-marks" style="{ height: height, width: width }" @click.stop="clickVideo"
@touchmove="ListTouchMove"
@touchend.stop="ListTouchEnd"
@touchstart="ListTouchStart">
</cover-view>
<cover-view class="wrapper" :style="{ width: width }">
<cover-view class="title-center" :style="{ width: width }">
<text class="title" :class="video_type == 'recommend' ? 'active-title' : ''" @click="switchTtype('recommend')">推荐</text>
<text class="title" :class="video_type == 'follow' ? 'active-title' : ''" @click="switchTtype('follow')">关注</text>
</cover-view>
</cover-view>
</div>
</template>
这不是使用swiper,而是使用div(class名为swiper)啊?
0 个回复