罗广聪

客户管理OK

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