Commit e42c23fd authored by xiaoye's avatar xiaoye

fix

parent 482e86fa
Pipeline #37872 passed with stages
in 3 minutes and 39 seconds
...@@ -389,7 +389,6 @@ ...@@ -389,7 +389,6 @@
const creator = { const creator = {
off : async (id : number) : Promise<void> => { off : async (id : number) : Promise<void> => {
console.log(page.tournament)
page.show.drawer(); page.show.drawer();
if (page.tournament) if (page.tournament)
page.show.tournament(id); page.show.tournament(id);
......
...@@ -371,7 +371,6 @@ ...@@ -371,7 +371,6 @@
const id = url[1]; const id = url[1];
// @ts-ignore // @ts-ignore
const t : TournamentGet = await Tabulator.Tournament.Find(Mycard.token, id); const t : TournamentGet = await Tabulator.Tournament.Find(Mycard.token, id);
console.log(t)
if (t.tournament) { if (t.tournament) {
tournament.this = t.tournament; tournament.this = t.tournament;
const participants = t.participant; const participants = t.participant;
......
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