Commit c2aa4ff7 by xuzhenghua

pull

parents 8b2752ec e7c0c8e4
...@@ -147,11 +147,9 @@ class Invite extends Component { ...@@ -147,11 +147,9 @@ class Invite extends Component {
<p>当前中奖热力值:</p> <p>当前中奖热力值:</p>
<p className="hot__value">{hotValue}</p> <p className="hot__value">{hotValue}</p>
<div className="hot__progress"> <div className="hot__progress">
<span>0</span>
<div className="progress__bar"> <div className="progress__bar">
<div className="progress__point" style={{'width': hot_schedule}}></div> <div className="progress__point" style={{'width': hot_schedule}}></div>
</div> </div>
<span>3600</span>
</div> </div>
</div> </div>
</div> </div>
......
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