Commit f2a44c33 authored by haiyoucuv's avatar haiyoucuv

更改

parent 6cb71438
......@@ -187,11 +187,13 @@ export class MainGame extends Scene {
const {success, data} = await submitPromise;
if (!success || !data?.prize || data.prize.prizeId == "thanks") {
showPanel(NoPrizePanel);
} else {
showPanel(FailPrizePanel, data.prize);
}
showPanel(NoPrizePanel);
// if (!success || !data?.prize || data.prize.prizeId == "thanks") {
// showPanel(NoPrizePanel);
// } else {
// showPanel(FailPrizePanel, data.prize);
// }
}
}
......
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