liyongli 3 anos atrás
pai
commit
e923934138
1 arquivos alterados com 0 adições e 9 exclusões
  1. 0 9
      src/views/Apply.vue

+ 0 - 9
src/views/Apply.vue

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