diff --git a/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js b/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js
index 8c090ba1e..b71c36eec 100644
--- a/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js
+++ b/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js
@@ -281,7 +281,7 @@ class PackageIndexNEITaskDetails extends Component {
+ src={"/images/"+data&&data.creator.image_url} width="70"/>
{data&&data.creator.name}
diff --git a/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js b/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js
index 34eaa00f7..db9e299dd 100644
--- a/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js
+++ b/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js
@@ -117,17 +117,14 @@ class PackageIndexNEIBannerConcent extends Component {
// this.contentMdRef.current.setValue("测试赋值")
}
- // componentDidUpdate = (prevProps) => {
- // if(prevProps.current_user.username!=this.props.current_user){
- // if(this.props.current_user!=undefined){
- // console.log(this.props.current_user)
- // this.setState({
- // contact_name:this.props.current_user.username
- // })
- // }
- //
- // }
- // }
+ componentDidUpdate = (prevProps) => {
+ if(prevProps.current_user.username != this.props.current_user.username){
+ console.log(this.props.current_user)
+ this.setState({
+ contact_name:this.props.current_user.username
+ })
+ }
+ }
//获取验证码;
getverificationcode =()=>{
// if (this.state.logins&&this.state.logins.length === 0) {