This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<template>
<view>
<!-- tabBarShow:显示第几个tabbar -->
<cc-myTabbar :tabBarShow="2"></cc-myTabbar>
<!-- 隐藏原生tabbar -->
onReady() {
uni.hideTabBar()
}
<!-- 页面距离底部140rpx(自定义tabbar的高度) -->
page {
padding-bottom: 140rpx;
</view>
</template>
<script>
export default {
data() {
return {
},
methods: {
</script>
<style scoped lang="scss">
</style>