progress bar 和 progress circle api分开

This commit is contained in:
夏奈 2015-07-30 14:26:41 +08:00
parent fc69971f99
commit 3299740968

View File

@ -81,7 +81,6 @@ var Circle = React.createClass({
'width': props.width,
'height': props.width,
'fontSize': props.width * 0.16 + 6
};
var progressInfo;
if (props.status === 'exception') {