Explorar o código

Signed-off-by: liuboyan <632697560@qq.com>
1

liuboyan %!s(int64=4) %!d(string=hai) anos
pai
achega
d8ccddb8d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pagesClass/timetable.vue

+ 1 - 1
pagesClass/timetable.vue

@@ -28,7 +28,7 @@
 		},
 		onLoad() {
 			NET.request(API.getTimetableList, {}, 'POST').then(res => {
-				this.availableList = res.data.map(skite => {
+				this.availableList = res.data.map(site => {
 					return site.beginsDate
 				})
 			}).catch(error => {