应用管理优化

This commit is contained in:
devil_gong 2019-02-14 12:25:07 +08:00
parent aeae0f3de5
commit c0da21f327

View File

@ -136,7 +136,7 @@ class User extends Common
$data = GoodsService::GoodsBrowseList($browse_params);
$this->assign('goods_browse_list', $data['data']);
// 公共顶部钩子
// 用户中心顶部钩子
$this->assign('plugins_user_center_top_data', Hook::listen('plugins_user_center_top'));
return $this->fetch();