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
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-12-22 10:07:28 +0800
Commit
407e71527e3bf9b74034afcfce19620275284b6f
1 parent
d47db60f
fixes some bugs to gzip css and js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
407e715
...
...
@@ -838,7 +838,7 @@ class HomeController extends AbstractAction
break
;
}
$this
->
echoJson
(
$result
[
'data'
]
);
$this
->
echoJson
(
array
(
'code'
=>
200
,
'data'
=>
array
(
'jsApiParameters'
=>
$result
[
'data'
]))
);
}
while
(
false
);
}
...
...
Please
register
or
login
to post a comment