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

24 lines
212 B
Vue

<template>
<view>
店铺转让
<TabBar :current-page="1"></TabBar>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>