yichael 4 years ago
parent
commit
809e036736
1 changed files with 3 additions and 1 deletions
  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;