diff --git a/src/forge/Component/ProfileModal/Profile.jsx b/src/forge/Component/ProfileModal/Profile.jsx
index e63c1286d..15d51e575 100644
--- a/src/forge/Component/ProfileModal/Profile.jsx
+++ b/src/forge/Component/ProfileModal/Profile.jsx
@@ -1,8 +1,14 @@
import React from 'react';
-function Profile({children,sureFunc,showCompeleteDialog , completeProfile, className}) {
-
+function Profile({children,sureFunc,showCompeleteDialog , completeProfile, className,checkIfLogin,showLoginDialog,checklogin}) {
+
function checkProfile() {
+ if(checklogin){
+ if(checkIfLogin()===false){
+ showLoginDialog();
+ return;
+ }
+ }
if(!completeProfile){
showCompeleteDialog && showCompeleteDialog();
}else{
diff --git a/src/forge/Issues/Component/comments/list.jsx b/src/forge/Issues/Component/comments/list.jsx
index 75adb96ed..bda51ae94 100644
--- a/src/forge/Issues/Component/comments/list.jsx
+++ b/src/forge/Issues/Component/comments/list.jsx
@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
-import { Button, Popconfirm, Radio, Input, message } from 'antd';
+import { Button, Popconfirm, Radio, Input, message, Tooltip } from 'antd';
import axios from 'axios';
import { getImageUrl, timeAgo } from 'educoder';
import RenderHtml from '../../../../components/render-html';
@@ -121,7 +121,7 @@ function IssueCommentList(props){
{item.user.name}
-
+
{i}
+
+ {i.image_url && }
+ {i.name}
+
{searchValue ? 暂无{placeholder}“{searchValue}”: `暂无${placeholder}`}
- { onAdd && {setVisible(false);onAdd()}}>标记管理}欢迎使用疑修(Issue)
-疑修用于记录与跟踪待办事项、项目bug、功能需求等。在使用之前,请您先
疑修用于记录与跟踪待办事项、项目bug、功能需求等。在使用之前,请您先
新建疑修
+新建疑修