| 123456789101112131415161718192021 |
- <template>
- <div class="intro">
- <div class="intro-top">
- <p><i></i><span>175</span>家店铺</p>
- </div>
- <shop-list></shop-list>
- </div>
- </template>
- <script>
- import ShopList from '~components/mobile/common/shopList.vue'
- export default {
- components: {
- ShopList
- }
- }
- </script>
- <style scoped>
- </style>
|