Authored by htoooth

add comment list

... ... @@ -29,8 +29,8 @@ export default {
},
methods: {
close() {
console.log('close');
this.$emit('close');
this.$yoho.finishPage({});
}
}
};
... ...
export default [{
path: '/mapp/showorder/:id',
name: 'showorder',
... ...