运行lint,将theLastPage的内容存储在sessionStorage里

This commit is contained in:
Linus Torvalds
2026-02-27 19:38:16 +08:00
parent bd1d9f2cec
commit 1f8a5f1d98
40 changed files with 663 additions and 514 deletions

View File

@@ -12,7 +12,7 @@ class TicketDetailState {
this.NowTicket = t;
this.Opened = true;
this.SRC = s;
}
}
// 关闭详情页
close() {