联系客服添加user_id显示
This commit is contained in:
parent
251a7350dd
commit
44f5e26362
|
@ -151,6 +151,9 @@ const ContactContent = (props) => {
|
|||
</span>
|
||||
)}
|
||||
{item.name}
|
||||
<span className="text-white font-bold bg-green-400 px-2 rounded-lg">
|
||||
ID:{item.user_id}
|
||||
</span>
|
||||
</p>
|
||||
<p className="text-gray-400 text-sm">
|
||||
{item.contents[0].message}
|
||||
|
|
Loading…
Reference in New Issue