@@ -251,7 +251,7 @@ export default {
]);
},
toAppointment() {
- this.$router.replace({
+ this.$router.push({
name: "Appointment",
query: {
userName: this.username,
@@ -272,7 +272,7 @@ export default {
goodsId: this.radio,
orderTime: this.date + ":00",
}).then(() => {
@@ -126,7 +126,7 @@ export default {
computed: {},
methods: {
name: "Apply",
params: { name: this.name, phone: this.phone },
});