提交 e6b376e6 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 34908856
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 260px; width: 260px;
background-color: #bb133e; background-color: #005596;
color: #fff; color: #fff;
} }
.main .title .icon { .main .title .icon {
......
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
<div class="welcome-main"> <div class="welcome-main">
<img src="../../../assets/images/welcome.png" width="350" /> <img src="../../../assets/images/welcome.png" width="350" />
<div class="welcome-content"> <div class="welcome-content">
<h1>欢迎您报考</h1> <h1>欢迎您申请</h1>
<h2>威斯康星协和大学</h2> <h2>美国威斯康星协和大学</h2>
<div class="welcome-button" @click="handleStart">马上开始</div> <div class="welcome-button" @click="handleStart">马上开始</div>
</div> </div>
</div> </div>
......
...@@ -38,6 +38,7 @@ export default { ...@@ -38,6 +38,7 @@ export default {
hint: ` hint: `
<p>成绩单:中英文成绩单各上传一个文件</p> <p>成绩单:中英文成绩单各上传一个文件</p>
<p>注意事项:需要将证书原件扫描或拍照后提交,请确保证书内容清晰可辨。</p> <p>注意事项:需要将证书原件扫描或拍照后提交,请确保证书内容清晰可辨。</p>
<p>中英文成绩单:需学校开具的正式中文和英文成绩单或档案馆调取的官方成绩单,且需盖有学校公章(例如教务处公章、档案处成绩公章等)。</p>
`, `,
items: [ items: [
{ {
...@@ -49,9 +50,7 @@ export default { ...@@ -49,9 +50,7 @@ export default {
action: `${webConf.apiBaseURL}/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/put`, action: `${webConf.apiBaseURL}/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/put`,
deleteAction: `${webConf.apiBaseURL}/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/delete`, deleteAction: `${webConf.apiBaseURL}/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/delete`,
data: { file_type: 'REPORT_CARD_CN' } data: { file_type: 'REPORT_CARD_CN' }
}, }
append:
'<p style="color:#606266">须学校开具的正式成绩单或档案馆调取的成绩单复印件方为有效,且必须盖有公章(例如教务处公章、档案处成绩公章等)。</p>'
}, },
{ {
type: 'v-upload', type: 'v-upload',
...@@ -62,9 +61,7 @@ export default { ...@@ -62,9 +61,7 @@ export default {
action: `${webConf.apiBaseURL}/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/put`, action: `${webConf.apiBaseURL}/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/put`,
deleteAction: `${webConf.apiBaseURL}/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/delete`, deleteAction: `${webConf.apiBaseURL}/enrollment/v1.0/application-materials/attachments/${webConf.others.projectId}/delete`,
data: { file_type: 'REPORT_CARD_EN' } data: { file_type: 'REPORT_CARD_EN' }
}, }
append:
'<p style="color:#606266">内容和格式必须与中文成绩单保持一致,并盖有翻译公章(推荐去淘宝找具有资质和翻译公章的翻译公司进行翻译)。英文成绩单可不盖学校公章。</p>'
} }
] ]
} }
......
...@@ -52,7 +52,7 @@ export default function(_this) { ...@@ -52,7 +52,7 @@ export default function(_this) {
data: { file_type: 'PERSONAL_PHOTO_FOR_ID' } data: { file_type: 'PERSONAL_PHOTO_FOR_ID' }
}, },
prepend: '2寸照片:以电子版的形式上传文件', prepend: '2寸照片:以电子版的形式上传文件',
append: '如您被录取,此照片会用于您学生证等官方文件中,上传后无法再次更改,请谨慎选择照片' append: '如您被录取,此照片可能会用于学校档案等官方文件,请谨慎选择照片,上传后无法更改。'
} }
] ]
} }
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
</div> </div>
<h1>欢迎您</h1> <h1>欢迎您</h1>
<p class="t1"> <p class="t1">
申请紫荆-威斯康星协和大学家庭教育硕士项目,请在填写以下内容并<br /> 申请紫荆-美国威斯康星协和大学家庭教育硕士项目,请填写以下内容并<br />
提交报名申请后,扫码支付本项目的注册费、申请费共计<span>600</span>元。(该申请费不退,请慎重缴费!) 点击提交后,扫码支付本项目申请费<span>600</span>元 (申请费不可退)。
</p> </p>
</div> </div>
<div class="form"> <div class="form">
......
...@@ -31,7 +31,7 @@ body { ...@@ -31,7 +31,7 @@ body {
} }
/* 改变主题色变量 */ /* 改变主题色变量 */
$--color-primary: #faa634; $--color-primary: #005596;
/* 改变 icon 字体路径变量,必需 */ /* 改变 icon 字体路径变量,必需 */
$--font-path: '~element-ui/lib/theme-chalk/fonts'; $--font-path: '~element-ui/lib/theme-chalk/fonts';
/* 引入element-ui对应scss文件,重新编译 */ /* 引入element-ui对应scss文件,重新编译 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论