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
2d243834b1d5849ee3310ab63a15420c92556d26
2 parents
79130fc5
f6233fa0
店铺首页
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
2d24383
...
...
@@ -493,7 +493,7 @@ class IndexController extends AbstractAction
$shopId
=
$this
->
get
(
'shop_id'
,
0
);
$uid
=
$this
->
getUid
();
do
{
if
(
!
IS_AJAX
)
{
if
(
!
$this
->
isAjax
()
)
{
break
;
}
if
(
!
empty
(
$shopId
)
&&
!
empty
(
$uid
))
{
...
...
@@ -514,7 +514,7 @@ class IndexController extends AbstractAction
$shopId
=
$this
->
get
(
'shop_id'
,
0
);
$uid
=
$this
->
getUid
();
do
{
if
(
!
IS_AJAX
)
{
if
(
!
$this
->
isAjax
()
)
{
break
;
}
if
(
!
empty
(
$shopId
)
&&
!
empty
(
$uid
))
{
...
...
Please
register
or
login
to post a comment