Skip to content

Commit 945c7ff

Browse files
committed
短消息视图
1 parent 9cbe9f9 commit 945c7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/views/layouts/space.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
],
9595
]);
9696
?>
97-
<?= \yuncms\message\widgets\SendMessage::widget(['username' => $user->username]); ?>
97+
<?= \yuncms\message\widgets\SendMessage::widget(['nickname' => $user->nickname]); ?>
9898
<?php Modal::end();
9999
} ?>
100100

0 commit comments

Comments
 (0)