he2802 4 years ago
parent
commit
4ca510f8f2
2 changed files with 0 additions and 5 deletions
  1. 0 4
      App.vue
  2. 0 1
      components/home.vue

+ 0 - 4
App.vue

@@ -6,10 +6,6 @@
 				console.log(inviteCode)
 				uni.setStorageSync("inviteCode",inviteCode)
 			}
-		uni.showModal({
-			title: '提示',
-			content: option
-		})
 			
 		},
 		methods: {

+ 0 - 1
components/home.vue

@@ -224,7 +224,6 @@ export default {
 				this.date_num.push(item)
 				d.setDate(d.getDate()+1);
 			}
-			console.log(this.date_num,66)
 		},
 		preveItem(){
 			if(self.courseIndex>0){