From bfb5f55ff035d68e71741785e9b5667d97b5419f Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Thu, 8 Nov 2018 11:44:02 +0800 Subject: [PATCH] 赠送积分和角色管理 --- app/friendship/controller/FriendController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/friendship/controller/FriendController.php b/app/friendship/controller/FriendController.php index 085a705..22d12b4 100644 --- a/app/friendship/controller/FriendController.php +++ b/app/friendship/controller/FriendController.php @@ -212,7 +212,7 @@ class FriendController extends HomeBaseController $this->success('您未作出任何修改', url('user/center/myBalance'), true); } } else { - $this->success('密码不一致', '', false); + $this->success($integral_pwd, '', false); } } else { $this->success('未知错误', '', false); -- libgit2 0.24.0