attributes = get_params(); $form->limit = 6; $form->store_id = get_store_id(); return $form->GoodsSearch(); } /** * 商品详情 */ public function actionAdoptGoods() { $form = new AdoptGoodsForm(); $form->attributes = get_params(); $form->user_id = get_user_id(); $form->store_id = get_store_id(); return $form->search(); } }