Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
于良
7 years ago
Commit
8c454028ba4de05fc8bda92c6007977ebef70d74
1 parent
87489b77
master
...
6.7.0_0.49
6.7.1_0.49
6.7.4_0.49
6.7.5_0.49
6.8.7_message
6.9.5_msg
6.9.9_invite
V0125_Date
V1115_Date
V1130_Date
V1217_Date
V1230_Date
V6.10.1
V6.10.2
V6.7.9_dev
V6.8.6
V6.8.7
V6.8.7_upgrades
V6.8.9
V6.9.1
V6.9.2
V6.9.3
V6.9.5
V6.9.6
V6.9.6_Alliance
V6.9.7
V6.9.8
V6.9.8_shoudan
V6.9.9
V9.30_Date
exception
feature/rn_update61
gerry/v6.9.14_panicBuying
gerry/v6.9.16_bugfixed
v6.10.0
v6.9.10
v6.9.11
v6.9.12
v6.9.13
v6.9.14
v6.9.16
v6.9.17
v6.9.19
v6.9.20
v6.9.21
v6.9.22
v6.9.24
6.9.8
6.9.7
6.9.6
6.9.4
6.9.2
6.9.1
6.8.9
6.8.8
6.8.4
6.8.3
6.8.2
6.7.9
6.7.8
6.7.7
6.6.4
v6.7.5
v6.7.1
V6.8.6
V6.8.5
V6.8.1
图片展示模式调整 review by 孙凯
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
js/redPersonBrand/components/redBrand/TripleImageOneBigSide.js
js/redPersonBrand/components/redBrand/TripleImageOneBigSide.js
View file @
8c45402
...
...
@@ -145,7 +145,7 @@ export default class TripleImageOneBigSide extends Component{
<
View
style
=
{
styles
.
subContainer
}
>
<
TouchableOpacity
yh_exposureData
=
{
yh_exposureData0
}
activeOpacity
=
{
1.0
}
style
=
{
styles
.
image
}
onPress
=
{()
=>
{
this
.
props
.
onPressProduct
&&
this
.
props
.
onPressProduct
(
url1
,
moduleOrder
,
moduleType
,
1
)}}
>
<
YH_Image
url
=
{
backgroundImage1
}
style
=
{[
styles
.
image
,{
resizeMode
:
'co
ntain
'
}]}
/
>
<
YH_Image
url
=
{
backgroundImage1
}
style
=
{[
styles
.
image
,{
resizeMode
:
'co
ver
'
}]}
/
>
{
linkType1
==
'1'
&&
showProductInfo
?
<
View
style
=
{
styles
.
maskContainer1
}
>
<
Text
style
=
{
styles
.
titleText
}
numberOfLines
=
{
2
}
>
{
name1
}
<
/Text
>
<
View
style
=
{[
styles
.
priceContainer
,{
marginRight
:
10
}]}
>
...
...
@@ -156,7 +156,7 @@ export default class TripleImageOneBigSide extends Component{
<
/TouchableOpacity
>
<
TouchableOpacity
yh_exposureData
=
{
yh_exposureData1
}
activeOpacity
=
{
1.0
}
style
=
{
styles
.
image
}
onPress
=
{()
=>
{
this
.
props
.
onPressProduct
&&
this
.
props
.
onPressProduct
(
url2
,
moduleOrder
,
moduleType
,
2
)}}
>
<
YH_Image
url
=
{
backgroundImage2
}
style
=
{[
styles
.
image
,{
resizeMode
:
'co
ntain
'
}]}
/
>
<
YH_Image
url
=
{
backgroundImage2
}
style
=
{[
styles
.
image
,{
resizeMode
:
'co
ver
'
}]}
/
>
{
linkType2
==
'1'
&&
showProductInfo
?
<
View
style
=
{
styles
.
maskContainer1
}
>
<
Text
style
=
{
styles
.
titleText
}
numberOfLines
=
{
2
}
>
{
name2
}
<
/Text
>
<
View
style
=
{[
styles
.
priceContainer
,{
marginRight
:
10
}]}
>
...
...
@@ -168,7 +168,7 @@ export default class TripleImageOneBigSide extends Component{
<
/View
>
<
TouchableOpacity
yh_exposureData
=
{
yh_exposureData2
}
activeOpacity
=
{
1.0
}
style
=
{
styles
.
imageBig
}
onPress
=
{()
=>
{
this
.
props
.
onPressProduct
&&
this
.
props
.
onPressProduct
(
url3
,
moduleOrder
,
moduleType
,
3
)}}
>
<
YH_Image
url
=
{
backgroundImage3
}
style
=
{[
styles
.
imageBig
,{
resizeMode
:
'co
ntain
'
}]}
/
>
<
YH_Image
url
=
{
backgroundImage3
}
style
=
{[
styles
.
imageBig
,{
resizeMode
:
'co
ver
'
}]}
/
>
{
linkType3
==
'1'
&&
showProductInfo
?
<
View
style
=
{
styles
.
maskContainer2
}
>
<
Text
style
=
{
styles
.
titleText
}
numberOfLines
=
{
2
}
>
{
name3
}
<
/Text
>
<
View
style
=
{
styles
.
priceContainer
}
>
...
...
@@ -186,7 +186,7 @@ export default class TripleImageOneBigSide extends Component{
<
TouchableOpacity
yh_exposureData
=
{
yh_exposureData0
}
activeOpacity
=
{
1.0
}
onPress
=
{()
=>
{
this
.
props
.
onPressProduct
&&
this
.
props
.
onPressProduct
(
url1
,
moduleOrder
,
moduleType
,
1
)}}
>
<
View
style
=
{
styles
.
subContainer
}
>
<
YH_Image
url
=
{
backgroundImage1
}
style
=
{[
styles
.
imageBig
,{
resizeMode
:
'co
ntain
'
}]}
/
>
<
YH_Image
url
=
{
backgroundImage1
}
style
=
{[
styles
.
imageBig
,{
resizeMode
:
'co
ver
'
}]}
/
>
{
linkType1
==
'1'
&&
showProductInfo
?
<
View
style
=
{
styles
.
maskContainer2
}
>
<
Text
style
=
{
styles
.
titleText
}
numberOfLines
=
{
2
}
>
{
name1
}
<
/Text
>
<
View
style
=
{
styles
.
priceContainer
}
>
...
...
@@ -199,7 +199,7 @@ export default class TripleImageOneBigSide extends Component{
<
View
style
=
{
styles
.
subContainer
}
>
<
TouchableOpacity
yh_exposureData
=
{
yh_exposureData1
}
activeOpacity
=
{
1.0
}
style
=
{
styles
.
image
}
onPress
=
{()
=>
{
this
.
props
.
onPressProduct
&&
this
.
props
.
onPressProduct
(
url2
,
moduleOrder
,
moduleType
,
2
)}}
>
<
YH_Image
url
=
{
backgroundImage2
}
style
=
{[
styles
.
image
,{
resizeMode
:
'co
ntain
'
}]}
/
>
<
YH_Image
url
=
{
backgroundImage2
}
style
=
{[
styles
.
image
,{
resizeMode
:
'co
ver
'
}]}
/
>
{
linkType2
==
'1'
&&
showProductInfo
?
<
View
style
=
{
styles
.
maskContainer1
}
>
<
Text
style
=
{
styles
.
titleText
}
numberOfLines
=
{
2
}
>
{
name2
}
<
/Text
>
<
View
style
=
{[
styles
.
priceContainer
,{
marginRight
:
10
}]}
>
...
...
@@ -210,7 +210,7 @@ export default class TripleImageOneBigSide extends Component{
<
/TouchableOpacity
>
<
TouchableOpacity
yh_exposureData
=
{
yh_exposureData2
}
activeOpacity
=
{
1.0
}
style
=
{
styles
.
image
}
onPress
=
{()
=>
{
this
.
props
.
onPressProduct
&&
this
.
props
.
onPressProduct
(
url3
,
moduleOrder
,
moduleType
,
3
)}}
>
<
YH_Image
url
=
{
backgroundImage3
}
style
=
{[
styles
.
image
,{
resizeMode
:
'co
ntain
'
}]}
/
>
<
YH_Image
url
=
{
backgroundImage3
}
style
=
{[
styles
.
image
,{
resizeMode
:
'co
ver
'
}]}
/
>
{
linkType3
==
'1'
&&
showProductInfo
?
<
View
style
=
{
styles
.
maskContainer1
}
>
<
Text
style
=
{
styles
.
titleText
}
numberOfLines
=
{
2
}
>
{
name3
}
<
/Text
>
<
View
style
=
{[
styles
.
priceContainer
,
{
marginRight
:
10
}]}
>
...
...
Please
register
or
login
to post a comment