<template>
<view>
<!-- 底部tab -->
<foot-tab :current="3"></foot-tab>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
</script>
<style>
</style>