| xqd
@@ -172,7 +172,7 @@ class InteractionController extends Controller
|
|
|
$data['to_user_avatar'] = $to_user->avatar;
|
|
|
$data['to_user_nickname'] = $to_user->nickname;
|
|
|
//点击去看看
|
|
|
- $message = $user->nickname.'在你的互动上留言啦!点击去看看';
|
|
|
+ $message = ""."<span style='color: #00c3da'>[$user->nickname]</span> ".'在你的互动上留言啦!点击去看看';
|
|
|
$info = [
|
|
|
'to_user_id' => $data['to_user_id'],
|
|
|
'message' => $message,
|
| xqd
@@ -189,7 +189,7 @@ class InteractionController extends Controller
|
|
|
}
|
|
|
}
|
|
|
if (!empty($request->input('u_id'))) {
|
|
|
- $message = $user->nickname.'提起了你哦~点击看看!';
|
|
|
+ $message = ""."<span style='color: #00c3da'>[$user->nickname]</span> ".'提起了你哦~点击看看!';
|
|
|
$info = [
|
|
|
'to_user_id' => $request->input('u_id'),
|
|
|
'message' => $message,
|