|
|
|
@ -234,7 +234,7 @@ export class Main extends React.Component< |
|
|
|
|
if('timeScore' in value){ |
|
|
|
|
this.props.cookies.set(time_score,value.timeScore) |
|
|
|
|
this.setState({ |
|
|
|
|
userType:value.userType, |
|
|
|
|
timeScore:value.timeScore, |
|
|
|
|
changeTip:<h3 className='text-center text-info'>已刷新时间币</h3> |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|