Merge commit '2b5b522f3ec7c0bb8c2c82fbe754b194df550305' into pro

# Conflicts:
#	public/site/zh/index.html
This commit is contained in:
kuaifan 2023-07-27 11:54:04 +08:00
commit e6be45516d
4 changed files with 12 additions and 3 deletions

View File

@ -555,7 +555,7 @@ class WebSocketDialog extends AbstractModel
return $dialogUser;
}
if ($receiver > 0 && $user->isTemp()) {
throw new ApiException('无法发起会话');
throw new ApiException('无法发起会话,请联系管理员。');
}
return AbstractModel::transaction(function () use ($receiver, $user) {
$dialog = self::createInstance([

View File

@ -391,7 +391,7 @@ error
个人项目
注册时系统自动创建项目,你可以自由删除。
无法发起会话
无法发起会话,请联系管理员。
无法创建群组
无法查看联系电话

View File

@ -243,9 +243,18 @@
.approve-record-comment {
padding: 10px;
padding-bottom: 0;
.ivu-list-item>div:first-child{
width: 100%;
}
.top {
display: flex;
gap: 8px;
width: 100%;
>div{
flex:1;
}
}
.time {

@ -1 +1 @@
Subproject commit beef15a591134255727755e635e72a7af9a0df0c
Subproject commit d47541cff5f8b3df62b0176802451b8858e5a7ce