這篇文章運(yùn)用簡單易懂的例子給大家介紹使用uniapp實(shí)現(xiàn)可以左右滑動(dòng)的導(dǎo)航欄,內(nèi)容非常詳細(xì),感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。
創(chuàng)新互聯(lián)公司主要業(yè)務(wù)有網(wǎng)站營銷策劃、網(wǎng)站設(shè)計(jì)制作、成都網(wǎng)站建設(shè)、微信公眾號開發(fā)、微信平臺小程序開發(fā)、H5建站、程序開發(fā)等業(yè)務(wù)。一次合作終身朋友,是我們奉行的宗旨;我們不僅僅把客戶當(dāng)客戶,還把客戶視為我們的合作伙伴,在開展業(yè)務(wù)的過程中,公司還積累了豐富的行業(yè)經(jīng)驗(yàn)、成都全網(wǎng)營銷資源和合作伙伴關(guān)系資源,并逐漸建立起規(guī)范的客戶服務(wù)和保障體系。<template> <view> <home-view></home-view> <view class="content-box" :id="isScale?'content-box-too':''"> <view class="nav-head-box top-nav-fixed"> <image @click="isScale=!isScale" class="icon-style" src="/static/iconImg/list.png" mode=""></image> <view class="ft-color-white ft-36 flex-1 flex-wrap align-items-center justify-content-center"> PIQSCORE </view> <text class="iconfont icon-UI_icon_shebeisheshi ft-44 ft-color-red"></text> <text class="iconfont icon-UI_icon_shebeisheshi ft-color-red ft-32 position-absolute"></text> </view> <view class="m-top-128 top-nav width-100 pd-f-r-36 ft-color-white flex-nowrap space-between position-relative"> <view v-for="(item,index) in 4" :key="index" @click="currentIndex=index" class="top-nav-item"> ALL </view> <view : class="position-absolute top-nav-child"></view> </view> <swiper :current="currentIndex" @change="swiperTab"> <swiper-item v-for="(item,index) in list" :key="index"> <view class="width-100 height-100" > {{index}} </view> </swiper-item> </swiper> </view> </view> </template> <script> export default{ data(){ return{ isScale:false, currentIndex:0, list:["ALL","ALL","ALL","ALL"] } }, methods:{ swiperTab(e) { this.currentIndex = e.detail.current //獲取索引 }, } } </script> <style> .top-nav{ height: 84upx; background: #008800; } .top-nav-item{ width: 168upx; line-height: 82upx; text-align: center; } .top-nav-child{ left: 0; bottom: 0; width: 164upx; background: #32B53F; height: 6upx; transition: all 0.5s; } </style>
本文題目:使用uniapp實(shí)現(xiàn)可以左右滑動(dòng)的導(dǎo)航欄-創(chuàng)新互聯(lián)
網(wǎng)頁URL:http://aaarwkj.com/article34/gcepe.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供自適應(yīng)網(wǎng)站、網(wǎng)站策劃、網(wǎng)站維護(hù)、品牌網(wǎng)站制作、小程序開發(fā)、ChatGPT
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容