Sfoglia il codice sorgente

提交 引导非强制

1
mo 3 anni fa
parent
commit
b759a748a8

+ 0 - 1
src/views/resetTeaming/components/payInfoDetail.vue

@@ -512,7 +512,6 @@ export default {
       }
       if (this.submitList.length > 0) {
         this.$bus.$emit("showguide", this.submitList);
-        return;
       }
     },
     getActive() {

+ 0 - 1
src/views/teamBuild/signupList.vue

@@ -1402,7 +1402,6 @@ export default {
       } catch (e) {}
       if (this.submitList.length > 0) {
         this.$bus.$emit("showguide", this.submitList);
-        return;
       }
     },
     search() {

+ 0 - 1
src/views/teamDetail/components/studentList.vue

@@ -1977,7 +1977,6 @@ export default {
       } catch (e) {}
       if (this.submitList.length > 0) {
         this.$bus.$emit("showguide", this.submitList);
-        return;
       }
     },
     // addTryTime() {