Commit 4959b00e authored by shajiaiming's avatar shajiaiming

修复已知问题

parent 99e793a9
...@@ -68,6 +68,7 @@ class ExploreController extends BaseController ...@@ -68,6 +68,7 @@ class ExploreController extends BaseController
$val->apps = $val->applications; $val->apps = $val->applications;
unset($val->id); unset($val->id);
unset($val->sort); unset($val->sort);
unset($val->style);
unset($val->limit); unset($val->limit);
unset($val->platform_id); unset($val->platform_id);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment