邓洁 : 自定义tabbar

This commit is contained in:
dengj
2023-10-31 17:46:59 +08:00
parent 8c3655cfcb
commit c9b285e4e9
11 changed files with 170 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
<template>
<view>
<inputAndSwiper></inputAndSwiper>
<InputAndSwiper></InputAndSwiper>
<TabBar :current-page="0"></TabBar>
</view>
</template>
@@ -18,7 +19,7 @@
}
</script>
<style>
page{
page {
background-color: #F8F8F8;
}
</style>

View File

@@ -1,6 +1,7 @@
<template>
<view>
我的
<TabBar :current-page="4"></TabBar>
</view>
</template>

View File

@@ -1,6 +1,7 @@
<template>
<view>
发布
<TabBar :current-page="2" />
</view>
</template>

View File

@@ -1,6 +1,7 @@
<template>
<view>
找店地址
<TabBar :current-page="3"></TabBar>
</view>
</template>

View File

@@ -1,6 +1,7 @@
<template>
<view>
店铺转让
<TabBar :current-page="1"></TabBar>
</view>
</template>