From c3e1aac37cdda8f62d3669b965e2b7750d30c223 Mon Sep 17 00:00:00 2001 From: mx1700 Date: Sat, 6 Jul 2019 20:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=A1=B5=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=AF=BC=E8=88=AA=E6=9D=A1=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/UserPage.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/page/UserPage.js b/src/page/UserPage.js index 303e823..0cb15f9 100644 --- a/src/page/UserPage.js +++ b/src/page/UserPage.js @@ -42,6 +42,8 @@ export default class UserPage extends Component { static options(passProps) { return passProps.user ? { topBar: { + noBorder: true, // ios + elevation: 0, // android title: { text: passProps.user.name }, @@ -52,6 +54,8 @@ export default class UserPage extends Component { } } : { topBar: { + noBorder: true, // ios + elevation: 0, // android title: { text: '我' },