提交 6f157c3f authored 作者: 钟是志's avatar 钟是志

23680 求职创业补贴---,详情页资预览料图片可以自由缩放大小

上级 7d04a3f0
...@@ -60,6 +60,8 @@ export default class index extends Component { ...@@ -60,6 +60,8 @@ export default class index extends Component {
type = Array.isArray(type) && type.length && type[type.length - 1]; type = Array.isArray(type) && type.length && type[type.length - 1];
} }
// return null;
return ( return (
<> <>
{isShow ? ( {isShow ? (
......
...@@ -2100,15 +2100,6 @@ export default class tableCom extends Component { ...@@ -2100,15 +2100,6 @@ export default class tableCom extends Component {
cm = ( cm = (
<ul className={styles.imageUl}> <ul className={styles.imageUl}>
{files.map((f, index2) => { {files.map((f, index2) => {
// if (f.path.indexOf('.png') != -1 || f.path.indexOf('.jpg') != -1) {
// return (
// <img
// key={index2}
// style={{ width: 100, height: 100 }}
// src={queryApiActionPath() + f.path}
// />
// );
// }
if (get === 'web' && !this.props.isPrint) { if (get === 'web' && !this.props.isPrint) {
return ( return (
<li key={index2}> <li key={index2}>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论