Skip to content

Commit

Permalink
无昵称不显示为游客,直接留空
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Apr 23, 2018
1 parent f51a494 commit 0967265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/userLogs/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{
data: 'user',
render: function (data, type, full) {
return full.userId == '0' ? '游客' : template.render('user-info-tpl', full.user);
return full.userId == '0' ? '-' : template.render('user-info-tpl', full.user);
}
},
{
Expand Down

0 comments on commit 0967265

Please sign in to comment.