You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
366 B
30 lines
366 B
<template>
|
|
<view class="content">
|
|
学车
|
|
<!-- <UserTab selectedIndex ='1'></UserTab> -->
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
}
|
|
},
|
|
onLoad() {
|
|
},
|
|
onShow() {
|
|
// uni.hideTabBar();
|
|
},
|
|
methods: {
|
|
goPage() {}
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
.content {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
</style>
|