Showing
2 changed files
with
1 additions
and
2 deletions
@@ -396,7 +396,6 @@ export default class wheelSurf extends PureComponent { | @@ -396,7 +396,6 @@ export default class wheelSurf extends PureComponent { | ||
396 | <span onClick={this.setCanStart} className="try-again">确定</span> | 396 | <span onClick={this.setCanStart} className="try-again">确定</span> |
397 | </div> | 397 | </div> |
398 | ) : ''} | 398 | ) : ''} |
399 | - {startEnded ? (<span onClick={this.setCanStart} className="close-prize-hit-bg">关闭</span>) : ''} | ||
400 | {slowEnding ? (<img className="prize-hit-start-bg" src={conf.prize_btn_bg}/>) : ''} | 399 | {slowEnding ? (<img className="prize-hit-start-bg" src={conf.prize_btn_bg}/>) : ''} |
401 | { | 400 | { |
402 | this.state.showTipModal ? <TipModal tip={this.state.modalTip} btnText={this.state.modalBtnText} confirm={() => {this.confirm()}} /> : '' | 401 | this.state.showTipModal ? <TipModal tip={this.state.modalTip} btnText={this.state.modalBtnText} confirm={() => {this.confirm()}} /> : '' |
-
Please register or login to post a comment