Merge commit '2b5b522f3ec7c0bb8c2c82fbe754b194df550305' into pro
# Conflicts: # public/site/zh/index.html
This commit is contained in:
@@ -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([
|
||||
|
||||
@@ -391,7 +391,7 @@ error
|
||||
|
||||
个人项目
|
||||
注册时系统自动创建项目,你可以自由删除。
|
||||
无法发起会话
|
||||
无法发起会话,请联系管理员。
|
||||
无法创建群组
|
||||
无法查看联系电话
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Submodule resources/mobile updated: beef15a591...d47541cff5
Reference in New Issue
Block a user