|
@@ -94,8 +94,6 @@ export default {
|
|
|
|
|
|
goodsLi: [],
|
|
|
tagList: [],
|
|
|
-
|
|
|
- nextSearch: {},
|
|
|
};
|
|
|
},
|
|
|
mounted() {
|
|
@@ -142,12 +140,6 @@ export default {
|
|
|
return options;
|
|
|
},
|
|
|
onSubmit() {
|
|
|
- this.nextSearch = {
|
|
|
- userName: this.username,
|
|
|
- userPhone: this.userphone,
|
|
|
- goodsId: this.radio,
|
|
|
- orderTime: this.date + ":00",
|
|
|
- };
|
|
|
apply({
|
|
|
userName: this.username,
|
|
|
userPhone: this.userphone,
|
|
@@ -156,7 +148,6 @@ export default {
|
|
|
}).then(() => {
|
|
|
this.$router.push({
|
|
|
name: "Appointment",
|
|
|
- query: { phone: this.nextSearch.userphone },
|
|
|
});
|
|
|
});
|
|
|
},
|