罗广聪

del

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