@@ -288,7 +288,8 @@ const PublicCustomer = React.createClass({
this.setState({
modal3Visible:false
});
- },
+ },
+
closeDesc(e, s) {
this.state.showDesc = e;
if (s) {
@@ -112,7 +112,7 @@ const PublicCustomer = React.createClass({
if (!data.error.length) {
message.success('领取成功!');
- this.setcancel();
+ this.loadData()
} else {
message.warning(data.error[0].message);
};