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
于良
8 years ago
Commit
ba2c1f8670a643c827bdfa449a31f1b6bea8c44d
1 parent
89e05808
首页好店推荐UI调整 review by days
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
js/home/components/floor/AppIconList.js
js/home/utils/floorParser.js
js/home/components/floor/AppIconList.js
View file @
ba2c1f8
...
...
@@ -142,8 +142,6 @@ let styles = StyleSheet.create({
brandContainer4
:
{
backgroundColor
:
'white'
,
borderColor
:
'rgb(215, 215, 215)'
,
borderBottomWidth
:
0.5
,
flexDirection
:
'row'
,
flexWrap
:
'wrap'
,
width
:
width
,
...
...
js/home/utils/floorParser.js
View file @
ba2c1f8
...
...
@@ -192,7 +192,7 @@ function heightForFloor(item, immutable=false) {
break
;
}
case
'shopRecommend'
:
{
let
storeHeight
=
Math
.
ceil
(
2
39
*
DEVICE_WIDTH_RATIO_6
+
10
);
let
storeHeight
=
Math
.
ceil
(
2
22
*
DEVICE_WIDTH_RATIO_6
+
10
);
floorHeight
=
headerHeight
+
storeHeight
;
break
;
}
...
...
Please
register
or
login
to post a comment