project_pack
杨树明 6 years ago
parent 0ef90fd228
commit 90c5e0f9a6

@ -204,4 +204,9 @@
margin-right: 50px;
position: relative;
bottom: 12px;
}
.attachment .icon-fujian {
margin-top: -3px !important;
font-size: 14px !important;
}

@ -49,15 +49,7 @@ class PackageIndexNEIBannerConcent extends Component {
contact_phone:undefined,
code:undefined,
publish:false,
attachments:[
{
id: 206525,
title: "412420b57ed8c141963d4c548bde551f",
filesize: 18523,
description: null,
url: "/api/attachments/206525"
}
]
}
}
@ -534,7 +526,8 @@ class PackageIndexNEIBannerConcent extends Component {
console.log(window.$('.file_selector')[0])
window.addInputFiles(window.$('.file_selector')[0])
}}
style={{'display': 'none'}} type="file">
style={{'display': 'none'}}
type="file">
</input>
</span>
</form>
@ -681,3 +674,13 @@ class PackageIndexNEIBannerConcent extends Component {
export default PackageIndexNEIBannerConcent;
// attachments:[
// {
// id: 206525,
// title: "412420b57ed8c141963d4c548bde551f",
// filesize: 18523,
// description: null,
// url: "/api/attachments/206525"
// }
// ]

Loading…
Cancel
Save