Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
zhangxiaoru
9 years ago
Commit
ac0e371f0b92149d08c9897901a889452323982e
2 parents
ab3faea3
5793fdf6
店铺首页
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
ac0e371
...
...
@@ -496,6 +496,10 @@ class IndexController extends AbstractAction
if
(
!
$this
->
isAjax
())
{
break
;
}
if
(
empty
(
$uid
))
{
$data
[
'code'
]
=
201
;
}
if
(
!
empty
(
$shopId
)
&&
!
empty
(
$uid
))
{
$data
=
ShopData
::
shopFav
(
$uid
,
$shopId
);
}
...
...
Please
register
or
login
to post a comment