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

chore: 修改项目名称

上级 8101f2f1
...@@ -68,9 +68,10 @@ export default { ...@@ -68,9 +68,10 @@ export default {
] ]
} else { } else {
return [ return [
{ label: '工商管理博士项目加州浸会大学', value: '1017' }, { label: '工商管理硕士1+1项目', value: '1016' },
{ label: '国际硕士1+1项目玛丽伍德大学', value: '1016' }, { label: '管理信息系统硕士1+1项目', value: '9999' },
{ label: '国际硕士1+1项目纽约州立大学石溪分校', value: '1018' } { label: '工商管理博士项目', value: '1017' },
{ label: '金融硕士1+1项目', value: '1018' }
] ]
} }
} }
...@@ -78,7 +79,11 @@ export default { ...@@ -78,7 +79,11 @@ export default {
methods: { methods: {
handleSubmit() { handleSubmit() {
this.$refs.form.validate().then(() => { this.$refs.form.validate().then(() => {
postNes(this.form) const params = { ...this.form }
if (params.project_id === '9999') {
params.project_id = '1016'
}
postNes(params)
.then(res => { .then(res => {
if (res && res.status === 200 && res.error === 0) { if (res && res.status === 200 && res.error === 0) {
this.$message.success('报名提交成功') this.$message.success('报名提交成功')
......
...@@ -63,15 +63,16 @@ export default { ...@@ -63,15 +63,16 @@ export default {
}, },
projectList: [ projectList: [
{label: this.$t('aside.project1'), value: '1012'}, {label: this.$t('aside.project1'), value: '1012'},
// {label: this.$t('aside.project2'), value: '1000'},
{label: this.$t('aside.project3'), value: '1008'},
{label: this.$t('aside.project4'), value: '1001'},
{label: this.$t('aside.project5'), value: '1006'}, {label: this.$t('aside.project5'), value: '1006'},
{label: this.$t('aside.project6'), value: '1005'}, {label: this.$t('aside.project6'), value: '1005'},
{label: this.$t('aside.project3'), value: '1008'},
{label: '餐饮管理方向MBA', value: '1015'}, {label: '餐饮管理方向MBA', value: '1015'},
{label: '国际硕士1+1项目玛丽伍德大学', value: '1016'}, {label: this.$t('aside.project4'), value: '1001'},
{label: '国际硕士1+1项目纽约州立大学石溪分校', value: '1018'}, // {label: this.$t('aside.project2'), value: '1000'},
{label: '工商管理博士项目加州浸会大学', value: '1017'}, {label: '工商管理硕士1+1项目', value: '1016'},
{ label: '管理信息系统硕士1+1项目', value: '9999' },
{label: '金融硕士1+1项目', value: '1018'},
{label: '工商管理博士项目', value: '1017'},
// {label: this.$t('aside.project7'), value: '1007'}, // {label: this.$t('aside.project7'), value: '1007'},
] ]
} }
...@@ -118,7 +119,7 @@ export default { ...@@ -118,7 +119,7 @@ export default {
enrollQuery() { enrollQuery() {
const params = { const params = {
channel: 19962, channel: 19962,
project_id: this.formInfo.projectId, project_id: this.formInfo.projectId === '9999' ? '1016' : this.formInfo.projectId,
name: this.formInfo.name, name: this.formInfo.name,
phone: this.formInfo.phone phone: this.formInfo.phone
} }
......
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
// href: 'https://cbu-plus.ezijing.com/' // href: 'https://cbu-plus.ezijing.com/'
}, },
{ {
project_id: '1016', project_id: '9999',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_marywood_plus_2.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_marywood_plus_2.png',
href: 'https://marywood-plus.ezijing.com/' href: 'https://marywood-plus.ezijing.com/'
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论