attributes = get_params(); $models->store_id = get_store_id(); return $this->asJson($models->goodsList()); } //首页数据 public function actionIndex() { $models = new IndexForm(); $models->attributes = get_params(); $models->store_id = get_store_id(); $models->user = get_user(); return $this->asJson($models->index()); } }