diff --git a/Application/Mobile/Controller/UserController.class.php b/Application/Mobile/Controller/UserController.class.php index de17feae5..7e32cf78e 100644 --- a/Application/Mobile/Controller/UserController.class.php +++ b/Application/Mobile/Controller/UserController.class.php @@ -237,13 +237,13 @@ class UserController extends BaseController $saveRes = M('User', 'tab_')->where(array('id' => $userData['id']))->save($saveData); if ($saveRes) { - $data = array('status' => 2, 'msg' => '登录成功!绑定成功'); + $data = array('status' => 2, 'msg' => '登录成功'); } else { $data = array('status' => 0, 'msg' => '绑定失败'); } } else { if ($userData['promote_id'] == $promoteId) { - $data = array('status' => 2, 'msg' => '登录成功!绑定成功'); + $data = array('status' => 2, 'msg' => '登录成功'); } else { $data = array('status' => 2, 'msg' => '登录成功'); }