yichael 4 anni fa
parent
commit
809e036736
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      components/home/teacherCreation.vue

+ 3 - 1
components/home/teacherCreation.vue

@@ -96,7 +96,9 @@
 			// uni.$on('add', this.add)
 		},
 		methods: {
-		
+			enter(){
+				this.index = 1;
+			},
 			checkMenu(obj, i) {
 					// console.log('index=',obj.id)
 				this.index = obj.id;