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:06:04 +0800
Commit
7026e8bdccc55bbee5149629897cf5a0b0f95f26
1 parent
38f58d92
fixes some bugs to gzip css and js
Hide 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 @
7026e8b
...
...
@@ -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