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 20:44:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
736c1ae570aeb8aee8d589568469d9876852a175
736c1ae5
1 parent
252249f1
修改头像,返回按钮文案,全部产品的跳转有问题
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
7 deletions
index.ios.js
src/assets/Mine/1.png
src/assets/Mine/iconpic1.png
src/pages/Home/allProduct.js
src/pages/Mine/index.js
index.ios.js
View file @
736c1ae
...
...
@@ -91,6 +91,7 @@ const ProtectGod = StackNavigator(
},{
navigationOptions
:
{
// headerTintColor: "blue",
headerBackTitle
:
"返回"
,
headerStyle
:
{
backgroundColor
:
"white"
}
...
...
src/assets/Mine/1.png
0 → 100644
View file @
736c1ae
12.7 KB
src/assets/Mine/iconpic1.png
View file @
736c1ae
12.7 KB
|
W:
|
H:
76.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/Home/allProduct.js
View file @
736c1ae
...
...
@@ -37,7 +37,6 @@ export default class AllProduct extends Component {
const
{
navigate
}
=
this
.
props
.
navigation
;
return
(
<
View
style
=
{
styles
.
container
}
>
{
/* <NewsList /> */
}
<
ScrollView
style
=
{
styles
.
scrollViewContainer
}
automaticallyAdjustContentInsets
=
{
false
}
...
...
@@ -47,7 +46,7 @@ export default class AllProduct extends Component {
<
TouchableOpacity
style
=
{
styles
.
itemContainer
}
key
=
{
index
}
onPress
=
{()
=>
navigate
(
"CommonWeb
V
iew"
,
{
item
:
item
})}
onPress
=
{()
=>
navigate
(
"CommonWeb
v
iew"
,
{
item
:
item
})}
>
<
Image
style
=
{
styles
.
itemImgWrapper
}
source
=
{
item
.
imgurl
}
/
>
<
View
style
=
{
styles
.
itemRightWrapper
}
>
...
...
@@ -75,7 +74,6 @@ const styles = StyleSheet.create({
},
scrollViewContainer
:
{
height
:
300
// backgroundColor: "red"
},
scrollViewText
:
{
color
:
"#7A7A7A"
,
...
...
src/pages/Mine/index.js
View file @
736c1ae
...
...
@@ -177,10 +177,10 @@ export default class Mine extends Component {
}}
>
<
View
style
=
{
styles
.
itemLeft
}
>
<
Image
{
/*
<Image
style={styles.leftIcon}
source={require("../../assets/tabbar/ic_circle_s.png")}
/
>
/>
*/
}
<
Text
style
=
{
styles
.
leftTitle
}
>
设置昵称
<
/Text
>
<
/View
>
<
View
style
=
{
styles
.
itemRight
}
>
...
...
@@ -207,10 +207,10 @@ export default class Mine extends Component {
}}
>
<
View
style
=
{
styles
.
itemLeft
}
>
<
Image
{
/*
<Image
style={styles.leftIcon}
source={require("../../assets/tabbar/ic_circle_s.png")}
/
>
/>
*/
}
<
Text
style
=
{
styles
.
leftTitle
}
>
设置职业
<
/Text
>
<
/View
>
<
View
style
=
{
styles
.
itemRight
}
>
...
...
Please
register
or
login
to post a comment