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
姜枫
2016-09-10 13:03:49 +0800
Commit
43424d536a25816dd7cd14e1417378a29b748c9a
1 parent
072ba85b
处理首页轮播,图片显示的大小
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/channel/models/floor-data-handler.js
apps/channel/models/floor-data-handler.js
View file @
43424d5
...
...
@@ -55,6 +55,9 @@ const _getTitle = t => {
* @return {Object} 处理之后的数据
*/
const
getSliderData
=
d
=>
{
_
.
forEach
(
d
,
img
=>
{
img
.
src
=
_
.
split
(
img
.
src
,
'?'
)[
0
];
});
return
{
slider
:
d
...
...
Please
register
or
login
to post a comment