Showing
1 changed file
with
0 additions
and
4 deletions
| @@ -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) => { |
-
Please register or login to post a comment