自定义tabbar
This commit is contained in:
@ -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 {
|
||||
}
|
||||
|
Reference in New Issue
Block a user