yichael před 4 roky
rodič
revize
809e036736
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      components/home/teacherCreation.vue

+ 3 - 1
components/home/teacherCreation.vue

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