Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2019-01-31 16:59:31 +0800
Commit
076f71e80082f61800ea0d20ad12f5db53da1863
1 parent
9489f895
add comment list
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
apps/pages/showorder/components/avatar-header.vue
apps/pages/showorder/index.js
apps/pages/showorder/components/avatar-header.vue
View file @
076f71e
...
...
@@ -29,8 +29,8 @@ export default {
},
methods: {
close() {
console.log('close');
this.$emit('close');
this.$yoho.finishPage({});
}
}
};
...
...
apps/pages/showorder/index.js
View file @
076f71e
export
default
[{
path
:
'/mapp/showorder/:id'
,
name
:
'showorder'
,
...
...
Please
register
or
login
to post a comment