时味苏州
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.
 
 
 
 

39 lines
425 B

<template>
<view class="bg bg-padding">
<CustomTabBar :currentTab="3" />
</view>
</template>
<script>
import CustomTabBar from '@/components/CustomTabBar.vue';
export default {
components: {
CustomTabBar
},
data() {
return {
}
},
onLoad() {
},
onShow() {
},
methods: {
getShoppingList () {
},
},
onReachBottom() {
}
}
</script>
<style>
.bg {
}
</style>