Commit d175d4c4 authored by haiyoucuv's avatar haiyoucuv

init

parent 90642f67
......@@ -73,7 +73,8 @@ class HomePage extends React.Component<any, any> {
<Sign />
<Check />
<Button className="credits" onClick={this.clickCredits}>{creditsNum}</Button>
<Button className="credits"
onClick={this.clickCredits}>{creditsNum > 999999 ? "999999+" : creditsNum}</Button>
{/*<Button className="cash"><span>¥</span>32.88</Button>*/}
<Button className="rule" onClick={this.clickRule} />
......
......@@ -45,7 +45,7 @@ class WedExpPanel extends React.Component<IWedExpPanelProps> {
<div className="bg"/>
<div className="tip">
获得{signCredits}积分<br/>
获得{signCredits + extraCredits}积分<br/>
解锁周三限时奖励
</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