Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BasicApp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
writtyflame
BasicApp
Commits
974ba454
Commit
974ba454
authored
Jul 13, 2019
by
shiyunjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保险产品详情页
parent
31e4c620
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
15 deletions
+36
-15
README.md
README.md
+27
-14
UserInterfaceState.xcuserstate
...data/shiyunjie.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
policyRenderUtil.js
src/pages/home/policyRenderUtil.js
+9
-1
No files found.
README.md
View file @
974ba454
...
...
@@ -9,57 +9,70 @@ Agera基于客户通项目封装,设计参考交银e保通,交银爱行销
Agera一期,要建立稳定的演示环境,演示在线投保(包括空中签名、保单签收),培训,绩效查询,行销工具
##
一期进度
##
开发日志
### 已完成
命令行工具
脚手架RN 0.59.5
#### git管理模版
创建App
新建页面
#### APP模版
全局设置
redux-persist
navigation redux
theme
路由跳转传参
屏幕宽度
屏幕宽度适配
状态栏高度适配
App字体大小控制
热更新升级
组件示例
mock
validate
decorator
h
omePage
H
omePage
u
serPage
U
serPage
ServicePage
InsureList
policyPage
Insure config
ProductDetail
### 待开发
ReceiptPage
paymentPage
PaymentPage
OrderList
t
rainPage
T
rainPage
a
chievement
A
chievement
s
etting
S
etting
l
ogin
L
ogin
原生webview
...
...
ios/BasicApp.xcodeproj/project.xcworkspace/xcuserdata/shiyunjie.xcuserdatad/UserInterfaceState.xcuserstate
View file @
974ba454
No preview for this file type
src/pages/home/policyRenderUtil.js
View file @
974ba454
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment