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
chenl
8 years ago
Commit
429bcc68c695996aadbf73232e3c8656ee36eff4
1 parent
8c2dc4b8
修改index为0.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
js/home/utils/floorParser.js
js/home/utils/floorParser.js
View file @
429bcc6
...
...
@@ -878,7 +878,7 @@ function homeFloorAutoReportData(list,channel) {
}
let
moreItem
=
item
.
data
.
title
?
item
.
data
.
title
:
null
;
let
actionUrl
=
moreItem
.
more_url
?
moreItem
.
more_url
:
''
;
let
inFloorIndex
=
0
;
let
inFloorIndex
=
"0"
;
let
param
=
autoReportData
(
channlStr
,
floorName
,
floorID
,
floorIndex
,
inFloorIndex
,
actionUrl
);
moreItem
.
yh_exposureData
=
param
;
break
;
...
...
@@ -904,7 +904,7 @@ function homeFloorAutoReportData(list,channel) {
}
let
moreItem
=
item
.
data
.
title
?
item
.
data
.
title
:
null
;
let
actionUrl
=
moreItem
.
more_url
?
moreItem
.
more_url
:
''
;
let
inFloorIndex
=
0
;
let
inFloorIndex
=
"0"
;
let
param
=
autoReportData
(
channlStr
,
floorName
,
floorID
,
floorIndex
,
inFloorIndex
,
actionUrl
);
moreItem
.
yh_exposureData
=
param
;
break
;
...
...
@@ -945,7 +945,7 @@ function homeFloorAutoReportData(list,channel) {
if
(
is_show
)
{
let
moreItem
=
item
.
data
.
title
?
item
.
data
.
title
:
null
;
let
actionUrl
=
moreItem
.
more_url
?
moreItem
.
more_url
:
''
;
let
inFloorIndex
=
0
;
let
inFloorIndex
=
"0"
;
let
param
=
autoReportData
(
channlStr
,
floorName
,
floorID
,
floorIndex
,
inFloorIndex
,
actionUrl
);
moreItem
.
yh_exposureData
=
param
;
}
...
...
@@ -972,7 +972,7 @@ function homeFloorAutoReportData(list,channel) {
let
moreItem
=
item
.
data
.
title
?
item
.
data
.
title
:
null
;
let
actionUrl
=
moreItem
.
more_url
?
moreItem
.
more_url
:
''
;
let
inFloorIndex
=
0
;
let
inFloorIndex
=
"0"
;
let
param
=
autoReportData
(
channlStr
,
floorName
,
floorID
,
floorIndex
,
inFloorIndex
,
actionUrl
);
moreItem
.
yh_exposureData
=
param
;
break
;
...
...
@@ -989,7 +989,7 @@ function homeFloorAutoReportData(list,channel) {
let
moreItem
=
item
.
data
.
title
?
item
.
data
.
title
:
null
;
let
actionUrl
=
moreItem
.
more_url
?
moreItem
.
more_url
:
''
;
let
inFloorIndex
=
0
;
let
inFloorIndex
=
"0"
;
let
param
=
autoReportData
(
channlStr
,
floorName
,
floorID
,
floorIndex
,
inFloorIndex
,
actionUrl
);
moreItem
.
yh_exposureData
=
param
;
break
;
...
...
@@ -1008,7 +1008,7 @@ function homeFloorAutoReportData(list,channel) {
let
moreItem
=
item
.
data
.
title
?
item
.
data
.
title
:
null
;
let
actionUrl
=
moreItem
.
more_url
?
moreItem
.
more_url
:
''
;
let
inFloorIndex
=
0
;
let
inFloorIndex
=
"0"
;
let
param
=
autoReportData
(
channlStr
,
floorName
,
floorID
,
floorIndex
,
inFloorIndex
,
actionUrl
);
moreItem
.
yh_exposureData
=
param
;
break
;
...
...
Please
register
or
login
to post a comment