Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
51d2b90390b2c876e81f307795667ef46f05326d
1 parent
f0b35256
update for add ad banner floor
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
apps/channel/models/index.js
apps/channel/models/index.js
View file @
51d2b90
...
...
@@ -121,8 +121,8 @@ const _getStyleIcon = d => {
const
_getAdBanner
=
d
=>
{
return
{
adBanner
:
d
}
}
};
};
/**
* 获取咨询楼层数据
...
...
@@ -234,7 +234,7 @@ const _processFloorData = d => {
floorData
=
floorMap
[
floorTitle
](
data
.
data
.
list
);
}
}
else
if
(
data
.
templateName
===
'single_image'
)
{
floorData
=
floorMap
.
adBanner
(
data
.
data
);
floorData
=
floorMap
.
adBanner
(
data
.
data
);
}
floorList
.
push
(
floorData
);
...
...
Please
register
or
login
to post a comment