回答編集履歴
1
修正
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
if(this.i == this.today_schedule.length-1){
|
24
24
|
|
25
|
-
this.message= '次の予定はありません';
|
25
|
+
this.message = '次の予定はありません';
|
26
26
|
|
27
27
|
}
|
28
28
|
|