提交 bc1c5fe6 authored 作者: lhh's avatar lhh

update

上级 b4966644
...@@ -28,7 +28,7 @@ export default { ...@@ -28,7 +28,7 @@ export default {
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/xmn/feature_1.png', web_img_uri: 'https://webapp-pub.ezijing.com/project/xmn/feature_1.png',
item_desc_tit: '官方可靠', item_desc_tit: '官方可靠',
item_desc_con: '中美教育部双认证的大学<br/>美国帕克大学硕士项目中国中心直招' item_desc_con: '中美教育部双认证的大学<br/>美国帕克大学硕士项目<br/>中国中心直招'
}, },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/xmn/feature_2.png', web_img_uri: 'https://webapp-pub.ezijing.com/project/xmn/feature_2.png',
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/xmn/feature_3.png', web_img_uri: 'https://webapp-pub.ezijing.com/project/xmn/feature_3.png',
item_desc_tit: '高性价比', item_desc_tit: '高性价比',
item_desc_con: '国内、国外学费不超过18万人民币。' item_desc_con: '国内、国外总学费<br/>不超过18万人民币'
} }
// { // {
// web_img_uri: 'https://webapp-pub.ezijing.com/project/xmn/feature_4.png', // web_img_uri: 'https://webapp-pub.ezijing.com/project/xmn/feature_4.png',
......
...@@ -14,7 +14,7 @@ export default function (_this) { ...@@ -14,7 +14,7 @@ export default function (_this) {
declare(_this), declare(_this),
{ {
id: 'application_pay', id: 'application_pay',
title: '缴报名费', title: '缴纳申请费',
visible() { visible() {
return _this.visible && _this.hasPay return _this.visible && _this.hasPay
} }
......
...@@ -8,14 +8,14 @@ import tjx from './tjx' ...@@ -8,14 +8,14 @@ import tjx from './tjx'
import grcs from './grcs' import grcs from './grcs'
import byzs from './byzs' import byzs from './byzs'
import form from './form' import form from './form'
import zwjl from './zwjl' // import zwjl from './zwjl'
export default function (_this) { export default function (_this) {
return { return {
id: 'interview', id: 'interview',
title: '申请面试', title: '申请面试',
children: [ children: [
zwjl(_this), // zwjl(_this),
ywjl(_this), ywjl(_this),
cjd(_this), cjd(_this),
// yynl(_this), // yynl(_this),
...@@ -26,7 +26,7 @@ export default function (_this) { ...@@ -26,7 +26,7 @@ export default function (_this) {
{ {
required: true, required: true,
id: 'application_pay', id: 'application_pay',
title: '缴报名费' title: '缴纳申请费'
} }
// ywcjd(_this), tjx(_this), grcs(_this), byzs(_this), form(_this) // ywcjd(_this), tjx(_this), grcs(_this), byzs(_this), form(_this)
] ]
......
...@@ -2,7 +2,7 @@ export default function (_this) { ...@@ -2,7 +2,7 @@ export default function (_this) {
return { return {
required: true, required: true,
id: 'interview_ywjl', id: 'interview_ywjl',
title: '英文简历', title: '英文简历',
get: { get: {
callback(data) { callback(data) {
const { attachments = [] } = _this.detail.material const { attachments = [] } = _this.detail.material
...@@ -23,8 +23,8 @@ export default function (_this) { ...@@ -23,8 +23,8 @@ export default function (_this) {
data: { file_type: 'RESUME_EN' } data: { file_type: 'RESUME_EN' }
}, },
append: ` append: `
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/xmn/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="英文简历模板">下载模板</a>]</p> <p>请下载填写简历模板后上传 [<a href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/xmn/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="英文简历模板">下载英文简历模板</a>][<a href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/xmn/%E4%B8%AD%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="中文简历模板">下载中文简历模板</a>]</p>
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>` <p>请将简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
} }
] ]
} }
......
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
const menus = getMenu(this) const menus = getMenu(this)
return { return {
menus: [menus], menus: [menus],
currentActive: 'interview_zwjl', currentActive: 'interview_ywjl',
completeVisible: false, completeVisible: false,
dialogVisible: false, dialogVisible: false,
detail: null detail: null
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
immediate: true, immediate: true,
handler(route) { handler(route) {
const { query = {} } = route const { query = {} } = route
this.currentActive = query.active || 'interview_zwjl' this.currentActive = query.active || 'interview_ywjl'
} }
}, },
showSubmittedDialog(value) { showSubmittedDialog(value) {
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<div class="project-target__content"> <div class="project-target__content">
<h2 class="title">招生对象</h2> <h2 class="title">招生对象</h2>
<div class="info"> <div class="info">
<p>在读本科四年级或者具有本科学历学位学生。</p> <p>在读大专三年级或者具有大专学历的学生。</p>
</div> </div>
</div> </div>
</section> </section>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论