Files
city-store-transfer/pages/index/index.vue
2023-10-31 17:46:59 +08:00

25 lines
277 B
Vue

<template>
<view>
<InputAndSwiper></InputAndSwiper>
<TabBar :current-page="0"></TabBar>
</view>
</template>
<script>
export default {
data() {
return {}
},
onLoad() {
},
methods: {
}
}
</script>
<style>
page {
background-color: #F8F8F8;
}
</style>