Commit 6af5e4fc authored by 俞嘉婷's avatar 俞嘉婷

未中奖判断

parent 56007b4b
......@@ -72,7 +72,7 @@ class Store {
if (prizeId === 'thanks') { // 未中奖
showPanel(NoPrizePanel)
} else if (prizeId == 'sp_code_normal') { // 幸运码-未中奖
showPanel(GameFailPanel, { score, ...data })
showPanel(NoPrizePanel)
} else if (prizeId.indexOf('sp_code') >= 0) { // 抽中幸运码-n等奖
showPanel(GetCodePanel, { score, ...data })
} else { // 抽中权益
......
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