Commit b1e24c8e by 赖慧粮

feat(timing): 即时抽奖修复取值报错

parent 8630356b
......@@ -179,8 +179,8 @@ export default {
winInfoTranslator(data) {
return {
...data,
id: data.prizeId,
name: data.prizeName
id: data?.prizeId || '',
name: data?.prizeName || ''
}
}
}
......
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 sign in to comment