| xqd
@@ -169,7 +169,7 @@ class InteractionController extends Controller
|
|
|
$data['to_user_avatar'] = $to_user->avatar;
|
|
|
$data['to_user_nickname'] = $to_user->nickname;
|
|
|
//点击去看看
|
|
|
- $message = $user->nickname.'在你的互动上留言啦!';
|
|
|
+ $message = $user->nickname.'在你的互动上留言啦!点击去看看';
|
|
|
$info = [
|
|
|
'to_user_id' => $data['to_user_id'],
|
|
|
'message' => $message,
|