Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
5 years ago
Commit
5e5cbc58796b823ce9a83cb8bc07185dad3d8847
1 parent
4986b106
feat(second): init layout
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
apps/pages/second/detail.vue
apps/pages/second/list.vue
apps/pages/second/sell-list.vue
apps/pages/second/detail.vue
View file @
5e5cbc5
<template>
<div>UfoSecondProductDetail</div>
<LayoutApp :show-back="true" title="商品详情">
</LayoutApp>
</template>
<script>
...
...
@@ -9,5 +11,4 @@ export default {
</script>
<style lang="scss" scoped>
</style>
...
...
apps/pages/second/list.vue
View file @
5e5cbc5
<template>
<div>
UfoSecondListPage
</div>
<LayoutApp :show-back="true" title="二手">
</LayoutApp>
</template>
<script>
...
...
apps/pages/second/sell-list.vue
View file @
5e5cbc5
<template>
<div>
UfoSecondSellListPage
</div>
<LayoutApp :show-back="true" title="商品列表">
</LayoutApp>
</template>
<script>
...
...
@@ -11,5 +11,4 @@ export default {
</script>
<style lang="scss" scoped>
</style>
...
...
Please
register
or
login
to post a comment