赞
踩
<template>
<view class="homepage">
<!-- 顶部导航栏 -->
<view class="horizonal-tab">
<scroll-view scroll-x="true" scroll-with-animation class="scroll-tab" :scroll-left="scrollleft">
<block v-for="(item,index) in tabBars" :key="index">
<view class="scroll-tab-item" :class="{'active': tabIndex==index}"
@tap="toggleTab(index,$event)">
{ {item.name}}
<view class="scroll-tab-line"></view>
</view>
</block>
</scroll-view
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。