|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
|
|
|
|
|
import React, {Component} from "react";
|
|
|
|
|
import { WordsBtn,on, off, trigger,MarkdownToHtml,getImageUrl} from 'educoder';
|
|
|
|
|
import {
|
|
|
|
@ -79,7 +80,6 @@ class Groupjobbandetails extends Component {
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
{/*<div id="MakedownHTML"className="markdown-body yslquesHeigth yslquesmarkdowntext" dangerouslySetInnerHTML={{__html: markdownToHTML(datas&&(datas.description===null?"无":datas.description==="null"?"无":datas.description)).replace(/▁/g, "▁▁▁")}}/>*/}
|
|
|
|
|
|
|
|
|
|
{/*{datas.attachments === undefined ? "" : datas.attachments.map((item, key) => {*/}
|
|
|
|
|
{/* return (*/}
|
|
|
|
|
{/* <GroupPackage key={key} attachments={item}></GroupPackage>*/}
|
|
|
|
|