Commit 5394f7dd by Sweet Zhang

更新

parent 5a751580
...@@ -120,6 +120,7 @@ export class LiveComponent implements OnInit { ...@@ -120,6 +120,7 @@ export class LiveComponent implements OnInit {
next() { next() {
if (this.nextBtn == true) { if (this.nextBtn == true) {
console.log(this.commonService.todosCopy)
this.router.navigate(['/transit3']); this.router.navigate(['/transit3']);
} else { } else {
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment