From c0da21f327e216175e547682d3a6f1515bbde339 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 14 Feb 2019 12:25:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E7=AE=A1=E7=90=86=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/index/controller/User.php b/application/index/controller/User.php index 3e402cb3d..49329d22d 100755 --- a/application/index/controller/User.php +++ b/application/index/controller/User.php @@ -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(); -- GitLab