UniApp自定义底部TabBar并使用uni.switchTab功能
创作时间:
作者:
@小白创作中心
UniApp自定义底部TabBar并使用uni.switchTab功能
引用
CSDN
1.
https://blog.csdn.net/m0_65629667/article/details/139021324
在UniApp开发中,自定义底部TabBar是一个常见的需求。本文将详细介绍如何在UniApp中实现自定义TabBar,并确保能够使用uni.switchTab功能进行页面切换。
1. 隐藏原生TabBar
首先需要在pages.json文件中配置原生TabBar的height属性为0,使其不再显示。同时,需要将自定义TabBar所需的页面添加到配置中。
2. 创建自定义TabBar组件
建议在项目中创建一个components文件夹,专门存放自定义组件。然后在该文件夹下新建一个TabBar文件,可以选择使用scss、less或css进行样式编写。
index.vue 文件代码
<template>
<view style="height: 180rpx;">
<view class="content" :style="{zIndex}">
<view class="tabber_box">
<view v-for="(item,index) in tabBars" :key="index"
:style="{width:`${ratio}%`,display:'flex',justifyContent:'space-around',margin: '24rpx 0'}">
<view class="tabber_item" @click="onNav(item.pagePath)">
<image v-if="currentPath === item.pagePath" :src="item.iconPath"></image>
<image v-else :src="item.selectedIconPath"></image>
<text
:style="{color:currentPath === item.pagePath ? item.selectedColor : item.color}">{{item.name}}</text>
</view>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
props: {
currentPath: { // 当前页面路径
type: String,
default: '/pages/index/index',
},
zIndex: { // 界面层级
type: Number,
default: 10
}
},
data() {
const color = '#FFFFFF66';
const selectedColor = '#FFF';
return {
tabBars: [{
name: '首页',
iconPath: '../../static/tabbar/index.png',
selectedIconPath: '../../static/tabbar/selectd_index.png',
pagePath: '/pages/index/index',
color,
selectedColor,
},
{
name: '邀请',
iconPath: '../../static/tabbar/lnvite.png',
selectedIconPath: '../../static/tabbar/selectd_lnvite.png',
pagePath: '/pages/lnvite/index',
color,
selectedColor,
},
{
name: 'VIP',
iconPath: '../../static/tabbar/vip.png',
selectedIconPath: '../../static/tabbar/selectd_vip.png',
pagePath: '/pages/vip/index',
color,
selectedColor,
},
{
name: '我的',
iconPath: '../../static/tabbar/my.png',
selectedIconPath: '../../static/tabbar/selectd_my.png',
pagePath: '/pages/my/index',
color,
selectedColor,
},
],
ratio: 0,
isLogin: false,
}
},
mounted() {
this.ratio = 100 / this.tabBars.length;
},
methods: {
onNav(url) {
if (this.currentPath !== url) uni.switchTab({
url
});
}
}
}
</script>
index.scss 文件代码
.content {
position: fixed;
bottom: 0;
width: 100%;
.tabber_box {
display: flex;
flex-direction: row;
align-items: center;
background: #151d33;
padding-bottom: calc(env(safe-area-inset-bottom) - 48rpx) ; // 适配iphoneX的底部
padding-bottom: calc(env(safe-area-inset-bottom) - 48rpx); /*兼容 IOS>11.2*/
image {
width: 56rpx;
height: 56rpx;
// margin-bottom: 16rpx;
}
.tabber_item {
display: flex;
flex-direction: column;
align-items: center;
font-size: 28rpx;
}
}
}
3. 引入全局
在main.js或main.ts文件中,将创建好的TabBar组件注册到全局中。
4. 使用方法
假设当前页面路径为/pages/index/index,则在该页面引入并使用自定义TabBar组件,同时将currentPath参数设置为当前页面路径。其他页面同理。
最终效果
通过以上步骤,你将能够实现一个功能完备的自定义TabBar,并且可以使用uni.switchTab进行页面切换。
热门推荐
锻炼腹肌的有效动作有哪些?
应急预案的成功案例
兔子的饲养方法,每天投喂4-5次
商标名称需要注意什么(商标名称需要注意什么事项)
马斯克星链计划:4.3万颗卫星如何影响天文学与太空未来?
快试试这些野菜吃法,开启健康美味生活!
女生桃木手链应该戴哪只手比较好 桃木手链的佩戴方式与风水解析
麦饭石——肉肉们的“养生保健品”
苗姓溯源:从楚国芈姓到苗氏的传承
动力电池Pack工艺:经济与性能的平衡之道
想长寿?不妨试试这种简单高效的小运动,深呼吸都有什么好处?
从"聂小倩"到"灸疗师"——王祖贤的隐退人生哲学与文化回归
红眼病滴什么眼药水好
《原神》芙宁娜命之座及静水流涌之辉提升参考
经济换汇成本解析:如何降低您的换汇费用
白醋倒八角中泡一泡,解决家家困扰难题,真太实用了,早懂早受益
八角的功效与作用禁忌 假八角与真八角的区别
智能博弈与体系对抗:前沿技术与发展趋势
渐冻症会遗传到下一代吗
如何理解期权的行权机制?期权的行权对投资决策有何影响?
“清明不明,一年不吉”,清明节要避凶,三件事别忘了
申请低保需要哪些资料?全面解析法律要求及所需材料
潘静教授详解鼻咽癌早期的5个明显症状
rCore技术详解:基于Rust语言的RISC-V操作系统开发
rCore技术详解:基于Rust的RISC-V操作系统开发
关于墨西哥菜,你需要知道的事...
企业纳税必知:税收优先权的三大适用情形
如何通过活动缓解脚部麻木
如何在 Windows 11/10 中查看和清除 DNS 缓存
如何通过数据分析优化跨境电商选品