feat: able to get message sending status now (#58)
This commit is contained in:
@@ -17,7 +17,7 @@ function renderStatus(status) {
|
||||
case 1:
|
||||
return (
|
||||
<Label basic color='olive'>
|
||||
投递中...
|
||||
正在投递
|
||||
</Label>
|
||||
);
|
||||
case 2:
|
||||
@@ -32,6 +32,12 @@ function renderStatus(status) {
|
||||
发送失败
|
||||
</Label>
|
||||
);
|
||||
case 4:
|
||||
return (
|
||||
<Label basic color='orange'>
|
||||
已在队列
|
||||
</Label>
|
||||
);
|
||||
default:
|
||||
return (
|
||||
<Label basic color='grey'>
|
||||
|
||||
Reference in New Issue
Block a user