xiongzhu %!s(int64=4) %!d(string=hai) anos
pai
achega
60f921a2e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/nine-space/src/views/Submit.vue

+ 1 - 1
src/main/nine-space/src/views/Submit.vue

@@ -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
                         });