Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Rock Zhang
2016-01-12 09:51:58 +0800
Commit
0fa24ad38ab31ff6e293cb29f7bc1c1bacfdc967
1 parent
5d218b39
修复商品咨询点赞或者有用接口接受传递参数错误的bug
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Index/User.php
yohobuy/m.yohobuy.com/application/models/Index/User.php
View file @
0fa24ad
...
...
@@ -397,7 +397,7 @@ class UserModel
// 处理数据
foreach
(
$banner
[
'data'
]
as
$val
)
{
foreach
(
$val
[
'data'
]
as
$single
)
{
$result
[
'url'
]
=
''
;
$result
[
'url'
]
=
Helpers
::
getFilterUrl
(
$single
[
'url'
])
;
$result
[
'img'
]
=
Helpers
::
getImageUrl
(
$single
[
'src'
],
640
,
200
);
}
}
...
...
Please
register
or
login
to post a comment