|
@@ -29,7 +29,7 @@ class App extends Component {
|
|
|
<TabBar.Item
|
|
<TabBar.Item
|
|
|
title="预约"
|
|
title="预约"
|
|
|
key="appointment"
|
|
key="appointment"
|
|
|
- icon={<Icon type="fire" />}
|
|
|
|
|
|
|
+ icon={<Icon type="fire"/>}
|
|
|
selectedIcon={<Icon type="fire" style={{color: '#328cee'}}/>}
|
|
selectedIcon={<Icon type="fire" style={{color: '#328cee'}}/>}
|
|
|
selected={this.state.selectedTab === 'appointment'}
|
|
selected={this.state.selectedTab === 'appointment'}
|
|
|
onPress={() => {
|
|
onPress={() => {
|
|
@@ -42,7 +42,7 @@ class App extends Component {
|
|
|
<Display userID={userID}/>
|
|
<Display userID={userID}/>
|
|
|
</TabBar.Item>
|
|
</TabBar.Item>
|
|
|
<TabBar.Item
|
|
<TabBar.Item
|
|
|
- icon={<Icon type="home" />}
|
|
|
|
|
|
|
+ icon={<Icon type="home"/>}
|
|
|
selectedIcon={<Icon type="home" style={{color: '#328cee'}}/>}
|
|
selectedIcon={<Icon type="home" style={{color: '#328cee'}}/>}
|
|
|
title="我的"
|
|
title="我的"
|
|
|
key="my"
|
|
key="my"
|
|
@@ -56,7 +56,7 @@ class App extends Component {
|
|
|
<My userID={userID}/>
|
|
<My userID={userID}/>
|
|
|
</TabBar.Item>
|
|
</TabBar.Item>
|
|
|
<TabBar.Item
|
|
<TabBar.Item
|
|
|
- icon={<Icon type="setting" />}
|
|
|
|
|
|
|
+ icon={<Icon type="setting"/>}
|
|
|
selectedIcon={<Icon type="setting" style={{color: '#328cee'}}/>}
|
|
selectedIcon={<Icon type="setting" style={{color: '#328cee'}}/>}
|
|
|
title="管理"
|
|
title="管理"
|
|
|
key="manage"
|
|
key="manage"
|