Commit db9a2334 authored by shiyunjie's avatar shiyunjie

保险产品示例

parent e725e587
......@@ -48,7 +48,6 @@ type State = {
class ResultPage extends Component {
state : State
componentWillMount() {
......@@ -60,13 +59,13 @@ class ResultPage extends Component {
}
onBackPressed = () => {
this.popToHome()
this.popToHome();
return true;
}
popToHome = () => {
const { popTo } = this.props;
popTo('TabPage')
popTo('TabPage');
}
render() {
......@@ -109,18 +108,19 @@ this.popToHome()
height: 94,
backgroundColor: '#F9FAFB',
marginHorizontal: 15,
justifyContent:'center',
alignItems:'center',
justifyContent: 'center',
alignItems: 'center',
paddingHorizontal: 70,
}}>
}}
>
<Text
style={{
textAlign:'center',
alignItems:'center',
color:'#666',
fontSize: 14,
lineHeight:19,
}}
style={{
textAlign: 'center',
alignItems: 'center',
color: '#666',
fontSize: 14,
lineHeight: 19,
}}
>
您的保单已经发送到邮箱:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment