知識
不管是網(wǎng)站,軟件還是小程序,都要直接或間接能為您產(chǎn)生價值,我們在追求其視覺表現(xiàn)的同時,更側(cè)重于功能的便捷,營銷的便利,運營的高效,讓網(wǎng)站成為營銷工具,讓軟件能切實提升企業(yè)內(nèi)部管理水平和效率。優(yōu)秀的程序為后期升級提供便捷的支持!
您當(dāng)前位置>首頁 » 新聞資訊 » 小程序相關(guān) >
微信小程序切換標(biāo)簽改變樣式
發(fā)表時間:2021-1-5
發(fā)布人:葵宇科技
瀏覽次數(shù):64
wxml
<!--頂部導(dǎo)航欄-->
<view class="swiper-tab">
<view class="tab-item {{currentTab==0 ? 'active' : ''}}" data-current="0" bindtap="swichNav">A</view>
<view class="tab-item {{currentTab==1 ? 'active' : ''}}" data-current="1" bindtap="swichNav">B</view>
<view class="tab-item {{currentTab==2 ? 'active' : ''}}" data-current="2" bindtap="swichNav">C</view>
</view>
<!--內(nèi)容主體-->
<swiper class="swiper" current="{{currentTab}}" duration="400" bindchange="swiperChange">
<block wx:for="{{tabs}}" wx:key="item">
<swiper-item>
<view>{{item}}</view>
</swiper-item>
</block>
</swiper>
wxss
.swiper-tab {
display: flex;
flex-direction: row;
line-height: 60rpx;
border-bottom: 2rpx solid #777;
}
.tab-item {
width: 33.3%;
text-align: center;
font-size: 15px;
color: rgb(235, 135, 135);
}
.swiper {
width: 100%;
font-size: 100rpx;
height: 1140rpx;
background: #dfdfdf;
}
.active {
color: blue;
border-bottom: 5rpx solid blue;
}
js
Page({
data: {
// tab切換
currentTab: 0,
tabs: ["A", "B", "C"],
},
swichNav: function (e) {
// console.log(e);
var that = this;
if (this.data.currentTab === e.target.dataset.current) {
return false;
} else {
that.setData({
currentTab: e.target.dataset.current,
});
}
},
swiperChange: function (e) {
// console.log(e);
this.setData({
currentTab: e.detail.current,
});
},
});
相關(guān)案例查看更多
相關(guān)閱讀
- 網(wǎng)站維護(hù)
- 小程序開發(fā)
- 商標(biāo)注冊
- 網(wǎng)站建設(shè)服務(wù)
- 云南網(wǎng)站建設(shè) 網(wǎng)絡(luò)服務(wù)
- 麗江小程序開發(fā)
- 網(wǎng)站搭建
- 云南小程序開發(fā)制作
- 網(wǎng)絡(luò)公司
- 網(wǎng)站排名優(yōu)化
- 網(wǎng)絡(luò)公司電話
- 云南網(wǎng)站建設(shè)選
- 表單
- 云南網(wǎng)站建設(shè)特性
- 云南網(wǎng)站優(yōu)化公司
- 云南手機網(wǎng)站建設(shè)
- 云南電商網(wǎng)站建設(shè)
- 云南小程序被騙蔣軍
- 云南網(wǎng)絡(luò)公司
- 昆明小程序開發(fā)
- 網(wǎng)站建設(shè)招商
- 小程序生成海報
- 云南網(wǎng)站建設(shè)一條龍
- 海報插件
- 云南微信小程序開發(fā)
- web
- 汽車拆解系統(tǒng)
- 云南網(wǎng)站建設(shè)開發(fā)
- 網(wǎng)站建設(shè)特性
- 云南省住房建設(shè)廳網(wǎng)站