Authored by htoooth

add comment list

@@ -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 };
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',