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);