2023-09-19 02:50:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<div>
|
2023-09-19 02:53:38 +00:00
|
|
|
<tabbar :current="3"></tabbar>
|
2023-09-19 02:50:09 +00:00
|
|
|
wode</div>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
import tabbar from "../../components/uiq-tabbar/uiq-tabbar.vue";
|
|
|
|
|
|
|
|
export default {
|
|
|
|
name: "index",
|
|
|
|
onLoad() {
|
|
|
|
uni.hideTabBar()
|
|
|
|
},
|
|
|
|
components: {tabbar}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
|
|
|
|
|
|
</style>
|