提交 98d1fcee authored 作者: lihuihui's avatar lihuihui

Merge branch 'dev' of https://gitlab.ezijing.com/ezijing/node-ciis into dev

......@@ -4,7 +4,7 @@
<div class="inner">
<div class="logo">
<router-link to="/"
><img src="https://zws-imgs-pub.ezijing.com/static/public/a0671ced04ce75b04f2e491b555b412d.png"
><img src="https://zws-imgs-pub.ezijing.com/static/public/2a5dca328ca63abcf1c8496180adc485.png"
/></router-link>
</div>
</div>
......@@ -132,10 +132,13 @@ export default {
}
.logo {
padding: 14px 0;
img {
height: 50px;
}
}
}
.nav {
background-color: #af1b40;
background-color: #e27f4d;
.title {
font-size: 24px;
font-weight: 600;
......
......@@ -34,8 +34,7 @@ export default {
attrs: {
action: `/api/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/put`,
deleteAction: `/api/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/delete`,
data: { file_type: 'DEGREE_CERT_CN' },
accept: 'image/*'
data: { file_type: 'DEGREE_CERT_CN' }
},
append: '注意事项:需要将证书原件扫描或拍照后提交,请确保证书内容清晰可辨。'
}
......
......@@ -48,8 +48,7 @@ export default {
attrs: {
action: `/api/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/put`,
deleteAction: `/api/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/delete`,
data: { file_type: 'REPORT_CARD_CN' },
accept: 'image/*'
data: { file_type: 'REPORT_CARD_CN' }
}
},
{
......@@ -60,8 +59,7 @@ export default {
attrs: {
action: `/api/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/put`,
deleteAction: `/api/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/delete`,
data: { file_type: 'REPORT_CARD_EN' },
accept: 'image/*'
data: { file_type: 'REPORT_CARD_EN' }
}
}
]
......
......@@ -49,8 +49,7 @@ export default function(_this) {
attrs: {
action: `/api/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/put`,
deleteAction: `/api/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/delete`,
data: { file_type: 'PERSONAL_PHOTO_FOR_ID' },
accept: 'image/*'
data: { file_type: 'PERSONAL_PHOTO_FOR_ID' }
},
prepend: '2寸照片:以电子版的形式上传文件',
append: '注意事项:需要将证书原件扫描或拍照后提交,请确保证书内容清晰可辨。'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论