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 {
@@ -29,8 +29,8 @@ export default {
29
},
29
},
30
methods: {
30
methods: {
31
close() {
31
close() {
32
-
console.log('close');
33
this.$emit('close');
32
this.$emit('close');
33
+
this.$yoho.finishPage({});
34
}
34
}
35
}
35
}
36
};
36
};
apps/pages/showorder/index.js
View file @
076f71e
1
1
2
-
3
export
default
[{
2
export
default
[{
4
path
:
'/mapp/showorder/:id'
,
3
path
:
'/mapp/showorder/:id'
,
5
name
:
'showorder'
,
4
name
:
'showorder'
,
Please
register
or
login
to post a comment