自定义tabbar

This commit is contained in:
2024-01-16 18:52:23 +08:00
parent 632e19ceda
commit 54d1b52fb8
9 changed files with 40 additions and 113 deletions

View File

@ -58,12 +58,17 @@
<view class="t-icon t-icon-xitongshezhi-gerenzhongxin personicon"></view>
<view class="font13">系统设置</view>
</view>
</view>
</view>
<tab-bar :current-page="2"></tab-bar>
</view>
</template>
<script>
export default {
<script>
import tabBar from "@/components/customTabBar/index"
export default {
components:{
tabBar
},
data() {
return {
}