Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-09-13 17:54:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
252249f155fdf8eb91bdd244b56546549610979b
252249f1
1 parent
a10cdd03
可以提审了吗?
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
src/pages/Home/allProduct.js
src/pages/Home/index.js
src/pages/InsuranceCircle/details.js
src/pages/Home/allProduct.js
View file @
252249f
...
...
@@ -27,7 +27,7 @@ export default class AllProduct extends Component {
title
:
"泰康在线“住院宝”必备版(0-49周岁)"
,
time
:
"刚刚"
,
url
:
"http://hankschan.legendh5.com/h5/f782ab69-6515-3e70-025a-5da78f1f745f.html"
,
imgurl
:
require
(
"../../assets/home/product_
1
.png"
)
imgurl
:
require
(
"../../assets/home/product_
2
.png"
)
},
]
};
...
...
src/pages/Home/index.js
View file @
252249f
...
...
@@ -67,10 +67,10 @@ export default class Home extends Component {
}
],
swiperImgList
:
[
{
img
:
require
(
"../../assets/home/slider_1.jpeg"
)
// url: "https://www.baidu.com/"
},
//
{
//
img: require("../../assets/home/slider_1.jpeg")
//
// url: "https://www.baidu.com/"
//
},
{
img
:
require
(
"../../assets/home/slider_2.jpeg"
)
// url: "https://www.baidu.com/"
...
...
src/pages/InsuranceCircle/details.js
View file @
252249f
...
...
@@ -11,7 +11,8 @@ import {
Alert
,
KeyboardAvoidingView
,
AsyncStorage
,
Dimensions
Dimensions
,
Keyboard
}
from
"react-native"
;
import
WebView
from
"../../Components/CommonWebView"
;
...
...
@@ -133,6 +134,10 @@ export default class Details extends Component {
keyboardType
=
"default"
enablesReturnKeyAutomatically
=
{
true
}
returnKeyType
=
"send"
onSubmitEditing
=
{()
=>
{
this
.
sendMsg
();
Keyboard
.
dismiss
()
}}
/
>
<
TouchableOpacity
style
=
{
styles
.
sendButtonContaier
}
...
...
@@ -220,6 +225,7 @@ export default class Details extends Component {
return
false
;
}
else
{
this
.
addComment
();
}
}
}
...
...
Please
register
or
login
to post a comment