From 9d92ecc502dd5e81808dea2f3c1f9b31c05a84ed Mon Sep 17 00:00:00 2001 From: mx1700 Date: Sun, 25 Aug 2019 20:17:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E9=99=86=E6=B3=A8=E5=86=8C=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E5=90=8E=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=AC=A2=E8=BF=8E?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/App.js b/App.js index 056cbec..3935fa8 100644 --- a/App.js +++ b/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() {