mirror of
https://github.com/timepill/timepill-app.git
synced 2025-07-20 16:57: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() {
|
_onSucc() {
|
||||||
Api.getSplashByStore()
|
Navigation.setRoot(BottomNav.config());
|
||||||
.then(splash => {
|
|
||||||
Navigation.setRoot(BottomNav.config(splash));
|
|
||||||
})
|
|
||||||
.catch((err) => console.log(err))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Loading…
Reference in a new issue