@@ -166,7 +166,7 @@ export default {
if (res.status === 'CANCELLED') {
this.$router.back();
} else {
- this.$router.replace('/orderDetail?id' + res.id);
+ this.$router.replace('/orderDetail?id=' + res.id);
}
// on close
});