最新文章專題視頻專題問答1問答10問答100問答1000問答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
當(dāng)前位置: 首頁 - 科技 - 知識百科 - 正文

微信小程序?qū)崿F(xiàn)導(dǎo)航欄選項(xiàng)卡效果

來源:懂視網(wǎng) 責(zé)編:小OO 時(shí)間:2020-11-27 22:20:09
文檔

微信小程序?qū)崿F(xiàn)導(dǎo)航欄選項(xiàng)卡效果

本文實(shí)例為大家分享了微信小程序?qū)崿F(xiàn)MUI頂部選項(xiàng)卡的具體代碼,供大家參考,具體內(nèi)容如下:DEMO下載;效果圖;WXML;,'選項(xiàng)卡一子選項(xiàng) - 2','選項(xiàng)卡一子選項(xiàng) - 3','選項(xiàng)卡一子選項(xiàng) - 4','選項(xiàng)卡一子選項(xiàng) - 5','選項(xiàng)卡一子選項(xiàng) - 6','選項(xiàng)卡一子選項(xiàng) - 7','選項(xiàng)卡一子選項(xiàng) - 8']}}" is="listNoneOnly" data="{{item}}">;<;/template>;<;/view>;<;view class="tui-list-box {{index == 1 ?;'' : 'tui-hide'}}">;<;template wx:for="{{['選項(xiàng)卡二子選項(xiàng) - 1'。WXSS;
推薦度:
導(dǎo)讀本文實(shí)例為大家分享了微信小程序?qū)崿F(xiàn)MUI頂部選項(xiàng)卡的具體代碼,供大家參考,具體內(nèi)容如下:DEMO下載;效果圖;WXML;,'選項(xiàng)卡一子選項(xiàng) - 2','選項(xiàng)卡一子選項(xiàng) - 3','選項(xiàng)卡一子選項(xiàng) - 4','選項(xiàng)卡一子選項(xiàng) - 5','選項(xiàng)卡一子選項(xiàng) - 6','選項(xiàng)卡一子選項(xiàng) - 7','選項(xiàng)卡一子選項(xiàng) - 8']}}" is="listNoneOnly" data="{{item}}">;<;/template>;<;/view>;<;view class="tui-list-box {{index == 1 ?;'' : 'tui-hide'}}">;<;template wx:for="{{['選項(xiàng)卡二子選項(xiàng) - 1'。WXSS;

本文實(shí)例為大家分享了微信小程序?qū)崿F(xiàn)MUI頂部選項(xiàng)卡的具體代碼,供大家參考,具體內(nèi)容如下

DEMO下載

效果圖

WXML

<import src="../../template/list.wxml"/>

<view class="tui-tabbar-content">
 <view class="tui-tabbar-group">
 <text data-id="0" bindtap="changeTabbar" class="tui-tabbar-cell {{index == 0 ? 'tui-active' : ''}}">已獲得賞金</text>
 <text data-id="1" bindtap="changeTabbar" class="tui-tabbar-cell {{index == 1 ? 'tui-active' : ''}}">賞金在路上</text>
 <text data-id="2" bindtap="changeTabbar" class="tui-tabbar-cell {{index == 2 ? 'tui-active' : ''}}">邀請失敗</text>
 </view>
</view>
<view class="tui-list-box {{index == 0 ? '' : 'tui-hide'}}">
 <template wx:for="{{['選項(xiàng)卡一子選項(xiàng) - 1','選項(xiàng)卡一子選項(xiàng) - 2','選項(xiàng)卡一子選項(xiàng) - 3','選項(xiàng)卡一子選項(xiàng) - 4','選項(xiàng)卡一子選項(xiàng) - 5','選項(xiàng)卡一子選項(xiàng) - 6','選項(xiàng)卡一子選項(xiàng) - 7','選項(xiàng)卡一子選項(xiàng) - 8']}}" is="listNoneOnly" data="{{item}}"></template>
</view>
<view class="tui-list-box {{index == 1 ? '' : 'tui-hide'}}">
 <template wx:for="{{['選項(xiàng)卡二子選項(xiàng) - 1','選項(xiàng)卡二子選項(xiàng) - 2','選項(xiàng)卡二子選項(xiàng) - 3','選項(xiàng)卡二子選項(xiàng) - 4','選項(xiàng)卡二子選項(xiàng) - 5']}}" is="listNoneOnly" data="{{item}}"></template>
</view>
<view class="tui-list-box {{index == 2 ? '' : 'tui-hide'}}">
 <template wx:for="{{['選項(xiàng)卡三子選項(xiàng) - 1','選項(xiàng)卡三子選項(xiàng) - 2','選項(xiàng)卡三子選項(xiàng) - 3']}}" is="listNoneOnly" data="{{item}}"></template>
</view>

WXSS

page{background-color: #efeff4;}
.tui-tabbar-content{
 padding: 10px;
}
.tui-tabbar-group{
 border: 1px solid #4cd964;
 border-radius: 3px;
 overflow: hidden;
 width: 100%;
 display: table;
 table-layout: fixed;
 color: #4cd964;
}
.tui-tabbar-cell{
 display: table-cell;
 width: 100%;
 height: 80rpx;
 line-height: 80rpx;
 font-size: 35rpx;
 text-align: center;
}
.tui-tabbar-cell:not(:last-child){border-right: 1px solid #4cd964;}
.tui-tabbar-cell.tui-active{background-color: #4cd964;color: #fff;}

.tui-list-box{border-top:1px solid #c8c7cc;}

JS

Page({
 data: {
 index: 0
 },
 changeTabbar(e){
 this.setData({ index: e.currentTarget.dataset.id})
 }
})

總結(jié)

微信小程序的切換,采用的是對某一個(gè)值的判斷,來對列表和tab bar進(jìn)行切換!

聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

微信小程序?qū)崿F(xiàn)導(dǎo)航欄選項(xiàng)卡效果

本文實(shí)例為大家分享了微信小程序?qū)崿F(xiàn)MUI頂部選項(xiàng)卡的具體代碼,供大家參考,具體內(nèi)容如下:DEMO下載;效果圖;WXML;,'選項(xiàng)卡一子選項(xiàng) - 2','選項(xiàng)卡一子選項(xiàng) - 3','選項(xiàng)卡一子選項(xiàng) - 4','選項(xiàng)卡一子選項(xiàng) - 5','選項(xiàng)卡一子選項(xiàng) - 6','選項(xiàng)卡一子選項(xiàng) - 7','選項(xiàng)卡一子選項(xiàng) - 8']}}" is="listNoneOnly" data="{{item}}">;<;/template>;<;/view>;<;view class="tui-list-box {{index == 1 ?;'' : 'tui-hide'}}">;<;template wx:for="{{['選項(xiàng)卡二子選項(xiàng) - 1'。WXSS;
推薦度:
標(biāo)簽: 微信 小程序 微信小程序
  • 熱門焦點(diǎn)

最新推薦

猜你喜歡

熱門推薦

專題
Top