Commit a38ccaa1 authored by 俞嘉婷's avatar 俞嘉婷

thanks

parent 43280302
......@@ -80,7 +80,7 @@ class Drawpage extends React.Component {
this.drawResultInfo = data || {}
// 转盘停止转动,指针停在index
const index = prizeVOs?.findIndex(item => item.prizeId === this.drawResultInfo.prizeId)
const index = prizeVOs?.findIndex(item => item.prizeId === (this.drawResultInfo.prizeId || 'thanks'))
console.info('index', index)
this.turntableRef.braking(index);
} 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