dev_cs
杨树明 6 years ago
parent 18e67e7bee
commit 774c5babf6

@ -576,7 +576,7 @@ class TPMBanner extends Component {
// myValue = Math.floor(myValue) + 0.5; // myValue = Math.floor(myValue) + 0.5;
// } // }
return <Rating {...rest} defaultValue={myValue} />; return <Rating {...rest} value={myValue} />;
}; };
return ( return (

Loading…
Cancel
Save