public function actionHot() { $this->pageTitle = Yii::app()->name . '-每日爆款'; $carry = DealergoodsService::gethotgoods(); if ($carry == 'false') { $this->redirect(array('index')); } $this->render('hot', array('GoodsInfo' => $carry)); }