Commit 974ba454 authored by shiyunjie's avatar shiyunjie

保险产品详情页

parent 31e4c620
......@@ -9,57 +9,70 @@ Agera基于客户通项目封装,设计参考交银e保通,交银爱行销
Agera一期,要建立稳定的演示环境,演示在线投保(包括空中签名、保单签收),培训,绩效查询,行销工具
## 一期进度
## 开发日志
### 已完成
命令行工具
脚手架RN 0.59.5
#### git管理模版
创建App
新建页面
#### APP模版
全局设置
redux-persist
navigation redux
theme
路由跳转传参
屏幕宽度
屏幕宽度适配
状态栏高度适配
App字体大小控制
热更新升级
组件示例
mock
validate
decorator
homePage
HomePage
userPage
UserPage
ServicePage
InsureList
policyPage
Insure config
ProductDetail
### 待开发
ReceiptPage
paymentPage
PaymentPage
OrderList
trainPage
TrainPage
achievement
Achievement
setting
Setting
login
Login
原生webview
......
......@@ -2,7 +2,7 @@
* @flow
*/
import React from 'react';
import { View } from 'react-native';
import { TouchableOpacity, View } from 'react-native';
import LinearGradient from 'react-native-linear-gradient';
import FastImage from 'react-native-fast-image';
import NavigationBar from '../../components/NavigationBar';
......@@ -84,6 +84,13 @@ export function renderPolicyTab(props) {
alignItems: 'center',
}}
>
<TouchableOpacity
style={{
flex: 1,
height: tabHeight * 2,
}}
onPress={() => props.pushTo('InsuranceList')}
>
<View style={{
flex: 1,
height: tabHeight * 2,
......@@ -107,6 +114,7 @@ export function renderPolicyTab(props) {
<Text style={{ color: '#333', fontSize: 16, marginLeft: 10 }}>我的保单</Text>
</View>
</TouchableOpacity>
<View style={{ backgroundColor: '#ccc', height: tabHeight, width: 1 }} />
<View style={{
flex: 1,
......
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