Authored by TaoHuang

feat(second): init layout

<template>
<div>UfoSecondProductDetail</div>
<LayoutApp :show-back="true" title="商品详情">
</LayoutApp>
</template>
<script>
... ... @@ -9,5 +11,4 @@ export default {
</script>
<style lang="scss" scoped>
</style>
... ...
<template>
<div>
UfoSecondListPage
</div>
<LayoutApp :show-back="true" title="二手">
</LayoutApp>
</template>
<script>
... ...
<template>
<div>
UfoSecondSellListPage
</div>
<LayoutApp :show-back="true" title="商品列表">
</LayoutApp>
</template>
<script>
... ... @@ -11,5 +11,4 @@ export default {
</script>
<style lang="scss" scoped>
</style>
... ...