登陆注册完成后不显示欢迎页

This commit is contained in:
mx1700 2019-08-25 20:17:14 +08:00
parent 0c02b59a89
commit 9d92ecc502

6
App.js
View file

@ -85,11 +85,7 @@ export default class App extends Component {
} }
_onSucc() { _onSucc() {
Api.getSplashByStore() Navigation.setRoot(BottomNav.config());
.then(splash => {
Navigation.setRoot(BottomNav.config(splash));
})
.catch((err) => console.log(err))
} }
render() { render() {