提交 eec3c4c8 authored 作者: matian's avatar matian

增加英文替换

上级 8d66359d
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
phone: [ phone: [
{ {
required: true, required: true,
message: '请输入您的手机号', message: this.$t('study.phone2_placeholder'),
trigger: 'blur' trigger: 'blur'
}, },
{ pattern: /^1[3-9]\d{9}$/, message: this.$t('study.phone2_placeholder'), trigger: 'blur' } { pattern: /^1[3-9]\d{9}$/, message: this.$t('study.phone2_placeholder'), trigger: 'blur' }
...@@ -206,9 +206,12 @@ export default { ...@@ -206,9 +206,12 @@ export default {
padding: 28px 0 50px; padding: 28px 0 50px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center;
flex-wrap: wrap;
font-size: 16px; font-size: 16px;
line-height: 28px; line-height: 28px;
color: #010101; color: #010101;
span { span {
padding: 0 5px; padding: 0 5px;
color: #a81840; color: #a81840;
......
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
></nuxt-link> ></nuxt-link>
</template> </template>
</div> </div>
<div class="child-item" v-if="item.childern"> <div class="child-item" v-if="item.childern">
<div class="one-level"> <div class="one-level">
<template v-for="(level2Item, level2Index) in item.childern"> <template v-for="(level2Item, level2Index) in item.childern">
...@@ -84,7 +85,7 @@ ...@@ -84,7 +85,7 @@
> >
<div <div
@click="goPage(level3Item.path, level3Item.pathType)" @click="goPage(level3Item.path, level3Item.pathType)"
class="name" :class="isEn === true ? 'name1' : 'name'"
v-for="(level3Item, level3Index) in level2Item.childern" v-for="(level3Item, level3Index) in level2Item.childern"
:key="level3Index + level3Item" :key="level3Index + level3Item"
> >
...@@ -150,7 +151,7 @@ export default { ...@@ -150,7 +151,7 @@ export default {
name: this.$t('menu.baseChild.laboratory'), name: this.$t('menu.baseChild.laboratory'),
path: '/practice/laboratory', path: '/practice/laboratory',
isShow: false, isShow: false,
isShowChild: false,
childern: [ childern: [
{ {
name: '商业数据分析实验室', name: '商业数据分析实验室',
...@@ -166,6 +167,7 @@ export default { ...@@ -166,6 +167,7 @@ export default {
name: this.$t('menu.baseChild.career'), name: this.$t('menu.baseChild.career'),
path: '/practice/skill', path: '/practice/skill',
isShow: false, isShow: false,
isShowChild: false,
childern: [ childern: [
{ {
name: '1+X金融产品数字化营销职业技能等级证书', name: '1+X金融产品数字化营销职业技能等级证书',
...@@ -221,6 +223,8 @@ export default { ...@@ -221,6 +223,8 @@ export default {
name: this.$t('menu.industrialChild.laboratory'), name: this.$t('menu.industrialChild.laboratory'),
path: '/practice/laboratory', path: '/practice/laboratory',
isShow: false, isShow: false,
isShowChild: false,
childern: [ childern: [
{ {
name: this.$t('menu.industrialCollegeChild.data'), name: this.$t('menu.industrialCollegeChild.data'),
...@@ -358,6 +362,17 @@ export default { ...@@ -358,6 +362,17 @@ export default {
mounted() { mounted() {
this.isEn = this.$cookies.get('lang') === 'en-US' this.isEn = this.$cookies.get('lang') === 'en-US'
this.$store.dispatch('checkLogin') this.$store.dispatch('checkLogin')
if (this.isEn) {
this.navData.map(item => {
item?.childern?.map(it => {
if (it.isShowChild === false) {
it.childern = ''
}
return it
})
return item
})
}
}, },
methods: { methods: {
logout() { logout() {
...@@ -641,6 +656,23 @@ li { ...@@ -641,6 +656,23 @@ li {
.two-level { .two-level {
pointer-events: auto; pointer-events: auto;
padding: 34px 41px 0 24px; padding: 34px 41px 0 24px;
.name1 {
font-size: 16px;
font-weight: 400;
line-height: 20px;
color: #333333;
margin-bottom: 36px;
&:hover {
color: rgba(170, 25, 65, 1);
}
a {
font-size: 16px;
font-weight: 400;
line-height: 20px;
color: #333333;
margin-bottom: 36px;
}
}
.name { .name {
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
......
...@@ -4,7 +4,14 @@ ...@@ -4,7 +4,14 @@
<div class="project-list"> <div class="project-list">
<div class="project-item" v-for="(item, index) in list" :key="index"> <div class="project-item" v-for="(item, index) in list" :key="index">
<!-- <AppLink :data="item"><img :src="item.imgUrl"/></AppLink> --> <!-- <AppLink :data="item"><img :src="item.imgUrl"/></AppLink> -->
<div class="project-item-pic" :style="`background:url(${item.imgUrl}) no-repeat center / 100% 100%; `"> <div
class="project-item-pic"
:style="
isEn
? `background:url(${item.imgUrlEn}) no-repeat center / 100% 100%;`
: `background:url(${item.imgUrl}) no-repeat center / 100% 100%; `
"
>
<!-- <img :src="item.imgUrl" /> --> <!-- <img :src="item.imgUrl" /> -->
<ul class="tools"> <ul class="tools">
<li @click="handleSubmit(item)">{{ isEn ? 'Register' : '我要报名' }}</li> <li @click="handleSubmit(item)">{{ isEn ? 'Register' : '我要报名' }}</li>
......
...@@ -5,7 +5,7 @@ export default { ...@@ -5,7 +5,7 @@ export default {
industrial: 'Zijing College of Industry', industrial: 'Zijing College of Industry',
degree: 'International Degrees', degree: 'International Degrees',
abroad: 'Overseas Education', abroad: 'Overseas Education',
notice: 'News', notice: 'Announcements',
story: 'Alumni Stories', story: 'Alumni Stories',
services: 'EDUCATION SERVICES', services: 'EDUCATION SERVICES',
industrialCollege: 'DIGITAL COLLEGE', industrialCollege: 'DIGITAL COLLEGE',
...@@ -69,13 +69,13 @@ export default { ...@@ -69,13 +69,13 @@ export default {
shms: 'SHMS' shms: 'SHMS'
}, },
masterChild: { masterChild: {
sbu: '纽约州立大学石溪分校金融硕士保研项目', sbu: 'State University of New York at Stony Brook Master of Finance(NSF)',
sit: '斯蒂文斯理工学院工程管理硕士保研项目', sit: 'Stevens Institution of Technology Master of Engineering(MEM)',
msf: 'MSF', msf: 'MSF',
med: 'MED ', med: 'MED ',
map: 'MAP', map: 'MAP',
paln: 'Future Financial Leadership Program', paln: 'Future Financial Leadership Program',
jmed: '教育学硕士(家庭)MED' jmed: 'MED (Family Pedagogy)'
}, },
mbaChild: { mbaChild: {
mba: 'MBA', mba: 'MBA',
...@@ -90,8 +90,8 @@ export default { ...@@ -90,8 +90,8 @@ export default {
edd: '工商管理博士DBA', edd: '工商管理博士DBA',
studyAbroad: '海外留学2+1(即将推出)', studyAbroad: '海外留学2+1(即将推出)',
cbu_online: '工商管理博士DBA', cbu_online: '工商管理博士DBA',
cbu_online: '加州浸会大学在线工商管理博士项目(DBA)', cbu_online: 'California Baptist University (Online)Doctor of Business Administration',
cbu_plus: '加州浸会大学全日制工商管理博士项目(DBA)' cbu_plus: 'Stevens Institution of Technology Master of Engineering(MEM)'
} }
}, },
industrialCollegeChild: { industrialCollegeChild: {
...@@ -232,7 +232,7 @@ export default { ...@@ -232,7 +232,7 @@ export default {
}, },
viewMore: 'View More+', viewMore: 'View More+',
aside: { aside: {
apply: 'Apply', apply: 'Enrollment Consultation',
follow: 'Follow Us', follow: 'Follow Us',
name: 'name', name: 'name',
phone: 'phone', phone: 'phone',
...@@ -485,6 +485,8 @@ export default { ...@@ -485,6 +485,8 @@ export default {
contact_tit: 'Contact Us Now <br/>Advanced Digital Transformation Training Program', contact_tit: 'Contact Us Now <br/>Advanced Digital Transformation Training Program',
name_placeholer: 'Your Name', name_placeholer: 'Your Name',
phone_placeholder: 'Your Mobile Phone Number', phone_placeholder: 'Your Mobile Phone Number',
name1_placeholder: 'Your Name',
phone2_placeholder: 'Your Mobile Phone Number',
project_placeholder: 'Select a program', project_placeholder: 'Select a program',
submit_btn: 'Submit' submit_btn: 'Submit'
}, },
...@@ -715,19 +717,21 @@ export default { ...@@ -715,19 +717,21 @@ export default {
project3: 'Teacher–CU | Associate Professor', project3: 'Teacher–CU | Associate Professor',
desc3: desc3:
'Early Childhood Chair and Professor, School of Education, Campbellsville University<br/>AMI Certified Childhood Education (3–6)<br/>AMS Certified Supervisor', 'Early Childhood Chair and Professor, School of Education, Campbellsville University<br/>AMI Certified Childhood Education (3–6)<br/>AMS Certified Supervisor',
name4: '胡晓毅', name4: 'Hu Xiaoyi',
project4: '师资-CU | 教授', project4: 'Teacher-CU | Professor',
desc4: '北京师范大学教育学部教授、硕士生导师<br/>美国堪萨斯大学特殊教育系博士', desc4:
'Professor and Graduate Superior, Faculty of Education, Beijing Normal University<br/>Ph.D., Department of Special Education, University of Kansas, USA',
name5: 'Ash Soni', name5: 'Ash Soni',
project5: '师资-KELLEY | 教授', project5: 'Teacher-KELLEY | Professor',
desc5: '印第安纳大学工商管理博士<br/>KELLEY商学院副院长、教授', desc5:
name6: '肇越', 'Doctor of Business Administration, Indiana University<br/>Associate Dean and Professor, Indiana University Kelley School of Business',
project6: '师资-KELLEY | 博士', name6: 'Zhao Yue',
project6: 'Teacher-KELLEY | Ph.D.',
desc6: desc6:
'清华五道口经济学博士<br/>清华大学五道口金融学院业界导师、经济学家兼研究院院长<br/>香港致富证券有限公司首席', 'Doctor of Economics, Tsinghua PBCSF<br/>Industry Advisor, Economist and Dean of Research Institute, Tsinghua PBCSF<br/>Chief Economist, Chief Securities Limited, Hong Kong',
name7: 'Chris Speicher', name7: 'Chris Speicher',
project7: '师资-MARYWOOD | 副教授', project7: 'Teacher–MARYWOOD | Associate Professor ',
desc7: '天普大学博士副教授', desc7: 'Ph.D., Associate Professor, Temple University',
name8: 'Zhang Enzhong', name8: 'Zhang Enzhong',
project8: 'Teacher–MARYWOOD | Associate Professor', project8: 'Teacher–MARYWOOD | Associate Professor',
desc8: 'Ph.D. of Purdue University, USA<br/>Professor and Doctoral Supervisor at Renmin University of China', desc8: 'Ph.D. of Purdue University, USA<br/>Professor and Doctoral Supervisor at Renmin University of China',
...@@ -778,8 +782,8 @@ export default { ...@@ -778,8 +782,8 @@ export default {
project4: 'Teacher–SIT | Dean', project4: 'Teacher–SIT | Dean',
desc4: 'Professor, Dean of School IEEE Fellow<br/>Ph.D. of Massachusetts Institute of Technology', desc4: 'Professor, Dean of School IEEE Fellow<br/>Ph.D. of Massachusetts Institute of Technology',
name5: 'Kathryn Abel', name5: 'Kathryn Abel',
project5: '师资-SIT | 副教授', project5: 'Teacher-SIT | Associate Professor',
desc5: '史蒂文斯理工学院博士', desc5: 'Ph.D., Stevens Institute of Technology',
name6: 'Steven Hoffenson', name6: 'Steven Hoffenson',
project6: 'Teacher–SIT I Lecturer', project6: 'Teacher–SIT I Lecturer',
desc6: 'Ph.D., University of Michigan', desc6: 'Ph.D., University of Michigan',
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<!-- <img src="https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner.jpg" /> --> <!-- <img src="https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner.jpg" /> -->
<swiper :options="swiperOption" ref="mySwiper"> <swiper :options="swiperOption" ref="mySwiper">
<swiper-slide v-for="(item, index) in listData" :key="index"> <swiper-slide v-for="(item, index) in listData" :key="index">
<img :src="item.web_img_uri" /> <img :src="isEn ? item.web_img_uri_en : item.web_img_uri" />
</swiper-slide> </swiper-slide>
</swiper> </swiper>
<template> <template>
...@@ -33,7 +33,13 @@ ...@@ -33,7 +33,13 @@
</div> </div>
<app-card :title="isEn ? 'Application' : '申请流程'" style="margin-top:68px"> <app-card :title="isEn ? 'Application' : '申请流程'" style="margin-top:68px">
<div class="process"> <div class="process">
<img src="https://webapp-pub.ezijing.com/www/pc/internationalDegree/process.png" /> <img
:src="
isEn
? 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/process_en.png'
: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/process.png'
"
/>
</div> </div>
</app-card> </app-card>
<!-- <app-card title="常见问题"> <!-- <app-card title="常见问题">
...@@ -93,10 +99,22 @@ export default { ...@@ -93,10 +99,22 @@ export default {
return { return {
isEn: false, isEn: false,
listData: [ listData: [
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner1.jpg' }, {
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner2.jpg' }, web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner1.jpg',
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner3.jpg' }, web_img_uri_en: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner1_en.jpg'
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner4.jpg' } },
{
web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner2.jpg',
web_img_uri_en: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner2_en.jpg'
},
{
web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner3.jpg',
web_img_uri_en: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner3_en.jpg'
},
{
web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner4.jpg',
web_img_uri_en: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner4_en.jpg'
}
], ],
swiperOption: { swiperOption: {
speed: 400, speed: 400,
...@@ -147,32 +165,38 @@ export default { ...@@ -147,32 +165,38 @@ export default {
{ {
project_id: '1006', project_id: '1006',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_ciis.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_ciis.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_ciis_en.png',
href: 'https://ciis.ezijing.com/' href: 'https://ciis.ezijing.com/'
}, },
{ {
project_id: '1021', project_id: '1021',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_cuw.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_cuw.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_cuw_en.png',
href: 'https://cuw.ezijing.com/' href: 'https://cuw.ezijing.com/'
}, },
{ {
project_id: '1005', project_id: '1005',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_cu.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_cu.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_cu_en.png',
href: 'https://cu.ezijing.com/' href: 'https://cu.ezijing.com/'
}, },
{ {
project_id: '1012', project_id: '1012',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_marywood.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_marywood.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_marywood_en.png',
href: 'https://marywood.ezijing.com/' href: 'https://marywood.ezijing.com/'
}, },
{ {
project_id: '1008', project_id: '1008',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_shms.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_shms.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_shms_en.png',
href: 'https://shms.ezijing.com/' href: 'https://shms.ezijing.com/'
}, },
{ {
project_id: '1015', project_id: '1015',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_caas.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_caas.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_caas_en.png',
href: 'https://caas.ezijing.com/' href: 'https://caas.ezijing.com/'
} }
], ],
......
<template> <template>
<div class="main_content"> <div class="main_content">
<img <img src="https://webapp-pub.ezijing.com/www/pc/practice/Index/banner.png" class="content_banner" />
src="https://webapp-pub.ezijing.com/www/pc/practice/Index/banner.png"
class="content_banner"
/>
<div class="content_part"> <div class="content_part">
<div class="part_title">{{ $t('baseMain.tit') }}</div> <div class="part_title">{{ $t('baseMain.tit') }}</div>
<div class="part_desc"> <div class="part_desc">
...@@ -22,18 +19,13 @@ ...@@ -22,18 +19,13 @@
</div> </div>
<div class="content_part3"> <div class="content_part3">
<div class="part3_con"> <div class="part3_con">
<div <div class="con_list" v-for="(item, index) in list" :key="index" @click="$router.push(item.url)">
class="con_list"
v-for="(item, index) in list"
:key="index"
@click="$router.push(item.url)"
>
<div class="mask"></div> <div class="mask"></div>
<img class="img" :src="item.img" alt="" /> <img class="img" :src="item.img" alt="" />
<img class="imgActive" :src="item.imgActive" alt="" /> <img class="imgActive" :src="item.imgActive" alt="" />
<div class="list_tit">{{ item.title }}</div> <div class="list_tit">{{ item.title }}</div>
<div class="list_desc" v-html="item.desc"></div> <div class="list_desc" v-html="item.desc"></div>
<div class="list_btn">点击进入</div> <div class="list_btn">{{ $t('skill.item_btn') }}</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -47,32 +39,28 @@ export default { ...@@ -47,32 +39,28 @@ export default {
list: [ list: [
{ {
img: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_gongjian.png', img: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_gongjian.png',
imgActive: imgActive: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_gongjian_active.png',
'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_gongjian_active.png',
title: this.$t('baseMain.item_tit1'), title: this.$t('baseMain.item_tit1'),
desc: this.$t('baseMain.item_desc1'), desc: this.$t('baseMain.item_desc1'),
url: 'practice/industry' url: 'practice/industry'
}, },
{ {
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_shiyan.png', img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_shiyan.png',
imgActive: imgActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_shiyan_active.png',
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_shiyan_active.png',
title: this.$t('baseMain.item_tit2'), title: this.$t('baseMain.item_tit2'),
desc: this.$t('baseMain.item_desc2'), desc: this.$t('baseMain.item_desc2'),
url: '/practice/laboratory' url: '/practice/laboratory'
}, },
{ {
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_1%2Bx.png', img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_1%2Bx.png',
imgActive: imgActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_1%2Bx_active.png',
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_1%2Bx_active.png',
title: this.$t('baseMain.item_tit3'), title: this.$t('baseMain.item_tit3'),
desc: this.$t('baseMain.item_desc3'), desc: this.$t('baseMain.item_desc3'),
url: '/practice/skill' url: '/practice/skill'
}, },
{ {
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_pt.png', img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_pt.png',
imgActive: imgActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_pt_active.png',
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/Index/icon_pt_active.png',
title: this.$t('baseMain.item_tit4'), title: this.$t('baseMain.item_tit4'),
desc: this.$t('baseMain.item_desc4'), desc: this.$t('baseMain.item_desc4'),
url: '/practice/talent' url: '/practice/talent'
......
<template> <template>
<div class="main_content"> <div class="main_content">
<img <img class="banner" src="https://webapp-pub.ezijing.com/www/pc/practice/laboratory/laboratory_banner.png" alt="" />
class="banner"
src="https://webapp-pub.ezijing.com/www/pc/practice/laboratory/laboratory_banner.png"
alt=""
/>
<div class="content_part"> <div class="content_part">
<div class="part_title">{{ $t('laboratory.tit') }}</div> <div class="part_title">{{ $t('laboratory.tit') }}</div>
<div class="part_desc"> <div class="part_desc">
...@@ -25,13 +21,10 @@ ...@@ -25,13 +21,10 @@
alt="" alt=""
/> />
</div> </div>
<div class="content_tab"> <div class="content_tab" v-if="$cookies.get('lang') !== 'en-US'">
<div class="tab_con"> <div class="tab_con">
<div v-for="(item, index) in zyList" :key="index"> <div v-for="(item, index) in zyList" :key="index">
<div <div class="con_item" :style="`background:url(${item.imgUrl}) no-repeat center`">
class="con_item"
:style="`background:url(${item.imgUrl}) no-repeat center`"
>
<div class="item_tit">{{ item.tit }}</div> <div class="item_tit">{{ item.tit }}</div>
<div class="item_con"> <div class="item_con">
<nuxt-link class="subNav-li" :to="{ name: item.name }"> <nuxt-link class="subNav-li" :to="{ name: item.name }">
...@@ -61,15 +54,13 @@ export default { ...@@ -61,15 +54,13 @@ export default {
tit: this.$t('laboratory.tab1_tit'), tit: this.$t('laboratory.tab1_tit'),
name: 'practice-laboratory-analysis', name: 'practice-laboratory-analysis',
url: 'https://bi.ezijing.com/bi/', url: 'https://bi.ezijing.com/bi/',
imgUrl: imgUrl: 'https://webapp-pub.ezijing.com/www/pc/practice/laboratory/tab11.png'
'https://webapp-pub.ezijing.com/www/pc/practice/laboratory/tab11.png'
}, },
{ {
tit: this.$t('laboratory.tab2_tit'), tit: this.$t('laboratory.tab2_tit'),
name: 'practice-laboratory-marketing', name: 'practice-laboratory-marketing',
url: 'https://digitalmarketinglab.ezijing.com/login', url: 'https://digitalmarketinglab.ezijing.com/login',
imgUrl: imgUrl: 'https://webapp-pub.ezijing.com/www/pc/practice/laboratory/tab22.png'
'https://webapp-pub.ezijing.com/www/pc/practice/laboratory/tab22.png'
} }
] ]
} }
......
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
<template> <template>
<div> <div>
<div class="banner"> <div class="banner">
<img <img src="https://webapp-pub.ezijing.com/www/pc/practice/skill/banner.jpg" />
src="https://webapp-pub.ezijing.com/www/pc/practice/skill/banner.jpg"
/>
</div> </div>
<section class="section"> <section class="section">
<div class="section-inner"> <div class="section-inner">
...@@ -29,7 +27,7 @@ ...@@ -29,7 +27,7 @@
</div> </div>
</div> </div>
</section> </section>
<section class="section"> <section class="section" v-if="$cookies.get('lang') !== 'en-US'">
<div class="section-inner"> <div class="section-inner">
<div class="project-list"> <div class="project-list">
<div class="project-item" v-for="(item, index) in list2" :key="index"> <div class="project-item" v-for="(item, index) in list2" :key="index">
...@@ -67,21 +65,18 @@ export default { ...@@ -67,21 +65,18 @@ export default {
], ],
list2: [ list2: [
{ {
image_url: image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/skill/1.png',
'https://webapp-pub.ezijing.com/www/pc/practice/skill/1.png',
title: this.$t('skill.item4_tit'), title: this.$t('skill.item4_tit'),
href: 'https://x.ezijing.com/' href: 'https://x.ezijing.com/'
}, },
{ {
image_url: image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/skill/2.png',
'https://webapp-pub.ezijing.com/www/pc/practice/skill/2.png',
title: this.$t('skill.item5_tit'), title: this.$t('skill.item5_tit'),
href: 'https://vst.ezijing.com/' href: 'https://vst.ezijing.com/'
}, },
{ {
image_url: image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/skill/3.png',
'https://webapp-pub.ezijing.com/www/pc/practice/skill/3.png',
title: this.$t('skill.item6_tit'), title: this.$t('skill.item6_tit'),
href: 'https://prp.ezijing.com/' href: 'https://prp.ezijing.com/'
} }
......
<template> <template>
<div class="main_content"> <div class="main_content">
<img <img src="https://webapp-pub.ezijing.com/www/pc/practice/study/banner.png" class="banner" />
src="https://webapp-pub.ezijing.com/www/pc/practice/study/banner.png"
class="banner"
/>
<div class="content_part"> <div class="content_part">
<div class="part_title">{{ $t('study.tit') }}</div> <div class="part_title">{{ $t('study.tit') }}</div>
<div class="part_desc"> <div class="part_desc">
...@@ -11,10 +8,7 @@ ...@@ -11,10 +8,7 @@
</div> </div>
</div> </div>
<div class="content_part1"> <div class="content_part1">
<img <img src="https://webapp-pub.ezijing.com/www/pc/practice/study/study_advantage.png" class="part_img" />
src="https://webapp-pub.ezijing.com/www/pc/practice/study/study_advantage.png"
class="part_img"
/>
<div class="part_con"> <div class="part_con">
<div class="con_tit"> <div class="con_tit">
<span> <span>
...@@ -88,11 +82,7 @@ ...@@ -88,11 +82,7 @@
<el-input type="text" v-model="form.name" placeholder="企业名称"></el-input> <el-input type="text" v-model="form.name" placeholder="企业名称"></el-input>
</el-form-item> --> </el-form-item> -->
<el-form-item prop="name"> <el-form-item prop="name">
<el-input <el-input type="text" v-model="form.name" :placeholder="$t('study.name_placeholer')"></el-input>
type="text"
v-model="form.name"
:placeholder="$t('study.name_placeholer')"
></el-input>
</el-form-item> </el-form-item>
<!-- <el-form-item prop="project_id"> <!-- <el-form-item prop="project_id">
<el-input type="text" v-model="form.name" placeholder="您的职务(自行填写)"></el-input> <el-input type="text" v-model="form.name" placeholder="您的职务(自行填写)"></el-input>
...@@ -100,11 +90,7 @@ ...@@ -100,11 +90,7 @@
</el-form-item> --> </el-form-item> -->
<el-form-item prop="phone"> <el-form-item prop="phone">
<el-input <el-input type="text" v-model="form.phone" :placeholder="$t('study.phone_placeholder')"></el-input>
type="text"
v-model="form.phone"
:placeholder="$t('study.phone_placeholder')"
></el-input>
</el-form-item> </el-form-item>
<el-button type="primary" @click="handleSubmit"> <el-button type="primary" @click="handleSubmit">
{{ $t('study.submit_btn') }} {{ $t('study.submit_btn') }}
...@@ -139,7 +125,7 @@ export default { ...@@ -139,7 +125,7 @@ export default {
phone: [ phone: [
{ {
required: true, required: true,
message: this.$t('study.phone1_placeholder'), message: this.$t('study.phone2_placeholder'),
trigger: 'blur' trigger: 'blur'
}, },
{ {
...@@ -160,7 +146,7 @@ export default { ...@@ -160,7 +146,7 @@ export default {
// params.project_id = '1016' // params.project_id = '1016'
// } // }
postNes(params) 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('报名提交成功')
// } else { // } else {
...@@ -287,8 +273,7 @@ export default { ...@@ -287,8 +273,7 @@ export default {
height: 540px; height: 540px;
margin: 120px auto; margin: 120px auto;
margin-bottom: 120px; margin-bottom: 120px;
background: url('https://webapp-pub.ezijing.com/www/pc/practice/study/part4_bg.png') background: url('https://webapp-pub.ezijing.com/www/pc/practice/study/part4_bg.png') no-repeat center;
no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
.mask { .mask {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<!-- <img src="https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner.jpg" /> --> <!-- <img src="https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner.jpg" /> -->
<swiper :options="swiperOption" ref="mySwiper"> <swiper :options="swiperOption" ref="mySwiper">
<swiper-slide v-for="(item, index) in listData" :key="index"> <swiper-slide v-for="(item, index) in listData" :key="index">
<img :src="item.web_img_uri" /> <img :src="isEn ? item.web_img_uri_en : item.web_img_uri" />
</swiper-slide> </swiper-slide>
</swiper> </swiper>
<template> <template>
...@@ -35,7 +35,13 @@ ...@@ -35,7 +35,13 @@
</app-card> --> </app-card> -->
<app-card :title="isEn ? 'Application' : '申请流程'" style="margin-top:68px"> <app-card :title="isEn ? 'Application' : '申请流程'" style="margin-top:68px">
<div class="process"> <div class="process">
<img src="https://webapp-pub.ezijing.com/www/pc/studyAbroad/process.png" /> <img
:src="
isEn
? 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/process_en.png'
: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/process.png'
"
/>
</div> </div>
</app-card> </app-card>
<app-card :title="isEn ? 'Application Guide' : '报考指南'" style="margin-top: 74px;"> <app-card :title="isEn ? 'Application Guide' : '报考指南'" style="margin-top: 74px;">
...@@ -84,10 +90,22 @@ export default { ...@@ -84,10 +90,22 @@ export default {
return { return {
isEn: false, isEn: false,
listData: [ listData: [
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner4.png' }, {
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner2.png' }, web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner4.png',
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner1.png' }, web_img_uri_en: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner4_en.png'
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner3.png' } },
{
web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner2.png',
web_img_uri_en: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner2_en.png'
},
{
web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner1.png',
web_img_uri_en: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner1_en.png'
},
{
web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner3.png',
web_img_uri_en: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner3_en.png'
}
], ],
swiperOption: { swiperOption: {
speed: 400, speed: 400,
...@@ -138,6 +156,7 @@ export default { ...@@ -138,6 +156,7 @@ export default {
{ {
project_id: '1019', project_id: '1019',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_ucr.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_ucr.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_ucr_en.png',
onClick: this.showMessage onClick: this.showMessage
// href: 'https://cbu-plus.ezijing.com/' // href: 'https://cbu-plus.ezijing.com/'
}, },
...@@ -145,11 +164,13 @@ export default { ...@@ -145,11 +164,13 @@ export default {
{ {
project_id: '1018', project_id: '1018',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_sbu.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_sbu.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_sbu_en.png',
href: 'https://sbu-plus.ezijing.com/' href: 'https://sbu-plus.ezijing.com/'
}, },
{ {
project_id: '1020', project_id: '1020',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_sit.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_sit.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_sit_en.png',
href: 'https://sit-plus.ezijing.com/' href: 'https://sit-plus.ezijing.com/'
}, },
...@@ -168,11 +189,13 @@ export default { ...@@ -168,11 +189,13 @@ export default {
{ {
project_id: '1017', project_id: '1017',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_cbu_plus.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_cbu_plus.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_cbu_plus_en.png',
href: 'https://cbu-plus.ezijing.com/' href: 'https://cbu-plus.ezijing.com/'
}, },
{ {
project_id: '1023', project_id: '1023',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_cbu_online.png', imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_cbu_online.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_cbu_online_en.png',
href: 'https://cbu-online.ezijing.com/' href: 'https://cbu-online.ezijing.com/'
} }
], ],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论