Showing
1 changed file
with
1 additions
and
1 deletions
@@ -84,7 +84,7 @@ export default class Prize extends PureComponent { | @@ -84,7 +84,7 @@ export default class Prize extends PureComponent { | ||
84 | this.state.prizes.length ? ( | 84 | this.state.prizes.length ? ( |
85 | this.state.prizes.map(prize => { | 85 | this.state.prizes.map(prize => { |
86 | return ( | 86 | return ( |
87 | - <div className="prize-item" key={prize.id}> | 87 | + <div className="prize-item" key={prize.createTime}> |
88 | <div className="item-top"> | 88 | <div className="item-top"> |
89 | <LazyLoad offset={1000}> | 89 | <LazyLoad offset={1000}> |
90 | <img src={`${prize.img}?imageView2/2/w/200/h/140`} className="prize-img"/> | 90 | <img src={`${prize.img}?imageView2/2/w/200/h/140`} className="prize-img"/> |
-
Please register or login to post a comment