mirror of
https://github.com/timepill/timepill-app.git
synced 2025-07-19 16:27:19 +08:00
登陆注册完成后不显示欢迎页
This commit is contained in:
parent
0c02b59a89
commit
9d92ecc502
1 changed files with 1 additions and 5 deletions
6
App.js
6
App.js
|
@ -85,11 +85,7 @@ export default class App extends Component {
|
|||
}
|
||||
|
||||
_onSucc() {
|
||||
Api.getSplashByStore()
|
||||
.then(splash => {
|
||||
Navigation.setRoot(BottomNav.config(splash));
|
||||
})
|
||||
.catch((err) => console.log(err))
|
||||
Navigation.setRoot(BottomNav.config());
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Reference in a new issue