罗广聪

del

... ... @@ -112,7 +112,7 @@ export default class Edit extends Component {
delete() {
const that = this;
const { customer_id } = this.state;
const { state,goBack } = this.props.navigation;
const { state,goBack } = this.props.navigation;
post(
`/test/insurance/contact/del/${customer_id}`,
{},
... ...