罗广聪

客户管理OK

@@ -35,10 +35,6 @@ export default class Import extends Component { @@ -35,10 +35,6 @@ export default class Import extends Component {
35 console.log("导入客户", this.props.navigation.state.params); 35 console.log("导入客户", this.props.navigation.state.params);
36 } 36 }
37 37
38 - getListData() {  
39 - post("/test/insurance/article", {}, res => {}, err => {});  
40 - }  
41 -  
42 getAsyncStorage() { 38 getAsyncStorage() {
43 const that = this; 39 const that = this;
44 AsyncStorage.multiGet(["IS_LOGIN", "USER_ID"], (err, result) => { 40 AsyncStorage.multiGet(["IS_LOGIN", "USER_ID"], (err, result) => {