|
|
|
@ -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"
|
|
|
|
|
// }
|
|
|
|
|
// ]
|
|
|
|
|
|
|
|
|
|