Commit e6bca796 authored by shajiaiming's avatar shajiaiming

fix

parent d187171e
......@@ -18,6 +18,12 @@ class ExploreAppController extends BaseController
$data = null;
$page = Yii::$app->request->get('page', 1);
$platform_id = Yii::$app->request->getPlatformId();
if (1 == $platform_id) {
$param_platform_id = Yii::$app->request->get('platform_id', 0);
if (false !== $param_platform_id) {
$platform_id = $param_platform_id;
}
}
if (Yii::$app->request->isPost) {
$model = new ExploreAppCategory();
......
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