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

chore: 新增cbu-online 项目站

上级 1670be7f
projectId=1017 projectId=1023
newProjectId=25634964940156928 newProjectId=25634964940156928
......
projectId=1017 projectId=1023
newProjectId=25634964940156928 newProjectId=25634964940156928
......
projectId=1017 projectId=1023
newProjectId=25634964940156928 newProjectId=25634964940156928
......
...@@ -36,7 +36,7 @@ import * as api from '@/api' ...@@ -36,7 +36,7 @@ import * as api from '@/api'
export default { export default {
data() { data() {
return { return {
ruleForm: { name: '', phone: '', project_id: '1017', channel: localStorage.getItem('channel_num') || 19960 }, ruleForm: { name: '', phone: '', project_id: '1023', channel: localStorage.getItem('channel_num') || 19960 },
projectList: [ projectList: [
{ label: '金融工商管理硕士', value: '1000' }, { label: '金融工商管理硕士', value: '1000' },
{ label: '酒店及旅游业工商管理硕士', value: '1008' }, { label: '酒店及旅游业工商管理硕士', value: '1008' },
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
{ label: '教育学硕士', value: '1005' }, { label: '教育学硕士', value: '1005' },
{ label: '中国未来金融领袖计划', value: '1007' }, { label: '中国未来金融领袖计划', value: '1007' },
{ label: '1+1 国际硕士', value: '1016' }, { label: '1+1 国际硕士', value: '1016' },
{ label: '工商管理博士DBA', value: '1017' } { label: '在线工商管理博士DBA', value: '1023' }
], ],
phoneCode: '', phoneCode: '',
codeButtonDisabled: false, codeButtonDisabled: false,
......
...@@ -30,10 +30,10 @@ export default { ...@@ -30,10 +30,10 @@ export default {
// // { name: '师资介绍', path: '/about/teacher' } // // { name: '师资介绍', path: '/about/teacher' }
// ] // ]
// }, // },
{ // {
name: '学历认证', // name: '学历认证',
path: '/academic/academic' // path: '/academic/academic'
}, // },
{ {
name: '报名流程', name: '报名流程',
children: [ children: [
...@@ -45,10 +45,10 @@ export default { ...@@ -45,10 +45,10 @@ export default {
name: '资料下载', name: '资料下载',
path: '/dataDownload/dataDownload' path: '/dataDownload/dataDownload'
}, },
{ // {
name: '归国政策', // name: '归国政策',
path: '/returnPolicy/returnPolicy' // path: '/returnPolicy/returnPolicy'
}, // },
// { // {
// name: '常见问题', // name: '常见问题',
// path: '/question/question' // path: '/question/question'
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<div class="dialog-box" @click.stop> <div class="dialog-box" @click.stop>
<h2 class="title">招办官方微信</h2> <h2 class="title">招办官方微信</h2>
<div class="follow"> <div class="follow">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/cbu_wechat.png" /> <img src="https://webapp-pub.ezijing.com/project/cbu-online/cbu_wechat.png" />
<p>扫码关注 了解更多</p> <p>扫码关注 了解更多</p>
</div> </div>
</div> </div>
......
<template> <template>
<div class="video-wrapper" :class="className"> <div class="video-wrapper" :class="className">
<div v-if="!isMobile" class="content" @mouseenter="handleMouseEnter" @mouseleave="showType = ''" @mousemove="handleMouseEnter" @click="handleClick" ref="target" :style="{ cursor: mouseCursor }"> <div
v-if="!isMobile"
class="content"
@mouseenter="handleMouseEnter"
@mouseleave="showType = ''"
@mousemove="handleMouseEnter"
@click="handleClick"
ref="target"
:style="{ cursor: mouseCursor }"
>
<!-- <ul class="video-list"> <!-- <ul class="video-list">
<li class="video-item" v-for="(item, index) in list" :key="index"> <li class="video-item" v-for="(item, index) in list" :key="index">
<div class="video-poster"> <div class="video-poster">
...@@ -18,7 +27,12 @@ ...@@ -18,7 +27,12 @@
<div class="swiper-slide" v-for="(item, index) in list" :key="index"> <div class="swiper-slide" v-for="(item, index) in list" :key="index">
<div class="item-media"> <div class="item-media">
<img :src="item.poster" /> <img :src="item.poster" />
<div class="video-play" @click.stop="open(item)" @mouseenter.stop="handleVideoMouseEnter" @mousemove.stop="handleVideoMouseEnter"></div> <div
class="video-play"
@click.stop="open(item)"
@mouseenter.stop="handleVideoMouseEnter"
@mousemove.stop="handleVideoMouseEnter"
></div>
</div> </div>
<div class="item-text"> <div class="item-text">
<div class="item-text-tit">{{ item.title }}</div> <div class="item-text-tit">{{ item.title }}</div>
...@@ -37,7 +51,12 @@ ...@@ -37,7 +51,12 @@
<div class="swiper-slide" v-for="(item, index) in list" :key="index"> <div class="swiper-slide" v-for="(item, index) in list" :key="index">
<div class="item-media"> <div class="item-media">
<img :src="item.poster" /> <img :src="item.poster" />
<div class="video-play" @click.stop="open(item)" @mouseenter.stop="handleVideoMouseEnter" @mousemove.stop="handleVideoMouseEnter"></div> <div
class="video-play"
@click.stop="open(item)"
@mouseenter.stop="handleVideoMouseEnter"
@mousemove.stop="handleVideoMouseEnter"
></div>
</div> </div>
<div class="item-text"> <div class="item-text">
<div class="item-text-tit">{{ item.title }}</div> <div class="item-text-tit">{{ item.title }}</div>
...@@ -48,7 +67,18 @@ ...@@ -48,7 +67,18 @@
<div class="swiper-pagination swiper-pagination-bullets"></div> <div class="swiper-pagination swiper-pagination-bullets"></div>
</div> </div>
</div> </div>
<video v-if="isShow === true" class="video" :src="playVideo.src" controls="controls" preload="auto" autoplay="autoplay" x5-playsinline="" playsinline webkit-playsinline="true" ref="video"></video> <video
v-if="isShow === true"
class="video"
:src="playVideo.src"
controls="controls"
preload="auto"
autoplay="autoplay"
x5-playsinline=""
playsinline
webkit-playsinline="true"
ref="video"
></video>
<div class="overlay" v-if="isShow === true" @click="close"></div> <div class="overlay" v-if="isShow === true" @click="close"></div>
</div> </div>
</template> </template>
...@@ -63,25 +93,29 @@ export default { ...@@ -63,25 +93,29 @@ export default {
title: 'CBU校长欢迎致词', title: 'CBU校长欢迎致词',
desc: 'Welcome speech from the president of CBU', desc: 'Welcome speech from the president of CBU',
src: 'https://webapp-pub.ezijing.com/project/sbu-plus/video7.mp4', src: 'https://webapp-pub.ezijing.com/project/sbu-plus/video7.mp4',
poster: 'https://webapp-pub.ezijing.com/project/sbu-plus/video1.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast' poster:
'https://webapp-pub.ezijing.com/project/sbu-plus/video1.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
}, },
{ {
title: '线上项目', title: '线上项目',
desc: 'CBU Online Programs', desc: 'CBU Online Programs',
src: 'https://webapp-pub.ezijing.com/project/sbu-plus/video2.mp4', src: 'https://webapp-pub.ezijing.com/project/sbu-plus/video2.mp4',
poster: 'https://webapp-pub.ezijing.com/project/sbu-plus/video2.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast' poster:
'https://webapp-pub.ezijing.com/project/sbu-plus/video2.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
}, },
{ {
title: '商学院', title: '商学院',
desc: 'School of Business', desc: 'School of Business',
src: 'https://webapp-pub.ezijing.com/project/sbu-plus/video3.mp4', src: 'https://webapp-pub.ezijing.com/project/sbu-plus/video3.mp4',
poster: 'https://webapp-pub.ezijing.com/project/sbu-plus/video3.mp4?x-oss-process=video/snapshot,t_27000,f_jpg,m_fast' poster:
'https://webapp-pub.ezijing.com/project/sbu-plus/video3.mp4?x-oss-process=video/snapshot,t_27000,f_jpg,m_fast'
}, },
{ {
title: '丰富多彩的校园活动', title: '丰富多彩的校园活动',
desc: 'So much to do at CBU', desc: 'So much to do at CBU',
src: 'https://webapp-pub.ezijing.com/project/sbu-plus/video4.mp4', src: 'https://webapp-pub.ezijing.com/project/sbu-plus/video4.mp4',
poster: 'https://webapp-pub.ezijing.com/project/sbu-plus/video4.mp4?x-oss-process=video/snapshot,t_6000,f_jpg,m_fast' poster:
'https://webapp-pub.ezijing.com/project/sbu-plus/video4.mp4?x-oss-process=video/snapshot,t_6000,f_jpg,m_fast'
} }
], ],
// 当前播放的视频 // 当前播放的视频
...@@ -116,7 +150,8 @@ export default { ...@@ -116,7 +150,8 @@ export default {
const target = this.$refs.target.getBoundingClientRect() const target = this.$refs.target.getBoundingClientRect()
if (e.clientX - target.left < (target.right - target.left) / 2) { if (e.clientX - target.left < (target.right - target.left) / 2) {
if (this.showIndex > 0) { if (this.showIndex > 0) {
this.mouseCursor = 'url(https://www.harvard.edu/wp-content/themes/core/assets/img/theme/featured-stories/arrow-left-dark.svg) 30 30, e-resize' this.mouseCursor =
'url(https://www.harvard.edu/wp-content/themes/core/assets/img/theme/featured-stories/arrow-left-dark.svg) 30 30, e-resize'
this.showType = 'left' this.showType = 'left'
} else { } else {
this.mouseCursor = 'default' this.mouseCursor = 'default'
...@@ -124,7 +159,8 @@ export default { ...@@ -124,7 +159,8 @@ export default {
} }
} else { } else {
if (this.showIndex < this.list.length - 1) { if (this.showIndex < this.list.length - 1) {
this.mouseCursor = 'url(https://www.harvard.edu/wp-content/themes/core/assets/img/theme/featured-stories/arrow-right-dark.svg) 30 30, e-resize' this.mouseCursor =
'url(https://www.harvard.edu/wp-content/themes/core/assets/img/theme/featured-stories/arrow-right-dark.svg) 30 30, e-resize'
this.showType = 'right' this.showType = 'right'
} else { } else {
this.mouseCursor = 'default' this.mouseCursor = 'default'
...@@ -187,7 +223,7 @@ export default { ...@@ -187,7 +223,7 @@ export default {
.is-pc { .is-pc {
margin-top: 56px; margin-top: 56px;
.video-wrapper { .video-wrapper {
background: url(https://webapp-pub.ezijing.com/project/cbu-plus/video_bg.png?v=1) no-repeat center center; background: url(https://webapp-pub.ezijing.com/project/cbu-online/video_bg.png?v=1) no-repeat center center;
background-size: cover; background-size: cover;
} }
.content { .content {
......
<template> <template>
<div :class="isMobile ? 'is-h5' : 'is-pc'"> <div :class="isMobile ? 'is-h5' : 'is-pc'">
<div class="banner-content"> <div class="banner-content">
<img class="img" src="https://webapp-pub.ezijing.com/project/cbu-plus/banner.png?v=4" /> <img class="img" src="https://webapp-pub.ezijing.com/project/cbu-online/banner.png?v=4" />
<div class="banner_navList"> <div class="banner_navList">
<div class="banner_nav" v-for="(item, index) in navList" :key="index" @click="navClick(item)"> <div class="banner_nav" v-for="(item, index) in navList" :key="index" @click="navClick(item)">
<div class="nav_top"> <div class="nav_top">
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
if (item.tag === '1') { if (item.tag === '1') {
this.$router.push('/my/account') this.$router.push('/my/account')
} else if (item.tag === '2') { } else if (item.tag === '2') {
window.open('https://webapp-pub.ezijing.com/project/cbu-plus/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf') window.open('https://webapp-pub.ezijing.com/project/cbu-online/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf')
} else if (item.tag === '3') { } else if (item.tag === '3') {
this.$router.push('/about/school') this.$router.push('/about/school')
} else if (item.tag === '4') { } else if (item.tag === '4') {
......
...@@ -85,32 +85,32 @@ export default { ...@@ -85,32 +85,32 @@ export default {
return { return {
listData: [ listData: [
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-plus/pc-index-project-intro-01.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-online/pc-index-project-intro-01.png?v=4',
item_desc_tit: '学术领先', item_desc_tit: '学术领先',
item_desc_con: '工商管理学位项目加州排名TOP3<br/>ACBSP认证商学院' item_desc_con: '工商管理学位项目加州排名TOP3<br/>ACBSP认证商学院'
}, },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-plus/pc-index-project-intro-02.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-online/pc-index-project-intro-02.png?v=4',
item_desc_tit: '灵活就读', item_desc_tit: '线下课+线上课结合',
item_desc_con: '可线上、线下就读' item_desc_con: '时间规划清晰可控,学习、事业,理论、实践相辅相成。'
}, },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-plus/pc-index-project-intro-03.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-online/pc-index-project-intro-03.png?v=4',
item_desc_tit: '免标准考试', item_desc_tit: '免标准考试',
item_desc_con: '校方考试,替代托福' item_desc_con: '校方考试,替代托福'
}, },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-plus/pc-index-project-intro-04.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-online/pc-index-project-intro-04.png?v=4',
item_desc_tit: '师资雄厚', item_desc_tit: '师资雄厚',
item_desc_con: '清华北大教授+毕业于哈佛、南加大等全美TOP20美方导师' item_desc_con: '清华北大教授+毕业于哈佛、南加大等全美TOP20美方导师'
}, },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-plus/pc-index-project-intro-05.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-online/pc-index-project-intro-05.png?v=4',
item_desc_tit: '位置优越', item_desc_tit: '位置优越',
item_desc_con: '距洛杉矶60英里 北邻硅谷' item_desc_con: '距洛杉矶60英里 北邻硅谷'
}, },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-plus/pc-index-project-intro-06.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/cbu-online/pc-index-project-intro-06.png?v=4',
item_desc_tit: '前沿理论+管理实践', item_desc_tit: '前沿理论+管理实践',
item_desc_con: '中美学界商界深度融合,国际视野本土实践' item_desc_con: '中美学界商界深度融合,国际视野本土实践'
} }
......
...@@ -4,10 +4,13 @@ ...@@ -4,10 +4,13 @@
<card title="项目简介" v-if="!isMobile"> <card title="项目简介" v-if="!isMobile">
<div class="desc"> <div class="desc">
<p> <p>
加州浸会大学工商管理博士(DBA)项目是经过美国教育监管机构 WASC、BPPE、DOE等批准的正规博士项目。该项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和学者为目标。 加州浸会大学在线工商管理博士(Online DBA)项目是经过美国教育监管机构
WASC、BPPE、DOE等批准的正规博士项目。该项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和学者为目标。
</p>
<br />
<p>
为了更好的融合中国实践,清控紫荆教育是加州浸会大学在线工商管理博士项目中国唯一合作伙伴,双方共同致力于为学生提供高质量的学习体验和服务。
</p> </p>
<br/>
<p>为了更好的融合中国实践,清控紫荆教育是加州浸会大学工商管理博士项目中国唯一合作伙伴,双方共同致力于为学生提供高质量的学习体验和服务。</p>
<p> <p>
加州浸会大学位于美国加州“科技、创新之都”河滨市(Riverside, CA), 加州浸会大学位于美国加州“科技、创新之都”河滨市(Riverside, CA),
距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年, 距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年,
...@@ -23,11 +26,14 @@ ...@@ -23,11 +26,14 @@
<div class="tit">项目简介</div> <div class="tit">项目简介</div>
<div class="desc"> <div class="desc">
<p> <p>
加州浸会大学工商管理博士(DBA)项目是经过美国教育监管机构 WASC、BPPE、DOE等批准的正规博士项目。该项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和学者为目标。 加州浸会大学在线工商管理博士(Online DBA)项目是经过美国教育监管机构
WASC、BPPE、DOE等批准的正规博士项目。该项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和学者为目标。
</p> </p>
<br/> <br />
<p>为了更好的融合中国实践,清控紫荆教育是加州浸会大学工商管理博士项目中国唯一合作伙伴,双方共同致力于为学生提供高质量的学习体验和服务。</p> <p>
为了更好的融合中国实践,清控紫荆教育是加州浸会大学在线工商管理博士项目中国唯一合作伙伴,双方共同致力于为学生提供高质量的学习体验和服务。
</p>
<p> <p>
加州浸会大学位于美国加州“科技、创新之都”河滨市(Riverside, CA), 加州浸会大学位于美国加州“科技、创新之都”河滨市(Riverside, CA),
距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年, 距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年,
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<div class="link-left link-con"> <div class="link-left link-con">
<div class="tit"><a href="/about/school">项目介绍</a></div> <div class="tit"><a href="/about/school">项目介绍</a></div>
<!-- <div class="tit"><a href="/question/question">常见问题</a></div> --> <!-- <div class="tit"><a href="/question/question">常见问题</a></div> -->
<!-- <div class="tit"><a href="/">工商管理博士DBA</a></div> --> <!-- <div class="tit"><a href="/">在线工商管理博士DBA</a></div> -->
<!-- <div class="tit"><a href="https://h5.ezijing.com" target="_blank">清控紫荆教育</a></div> --> <!-- <div class="tit"><a href="https://h5.ezijing.com" target="_blank">清控紫荆教育</a></div> -->
</div> </div>
......
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
<header class="main-header"> <header class="main-header">
<template v-if="!searchVisible"> <template v-if="!searchVisible">
<div class="logo-box"> <div class="logo-box">
<img @click="goWebsite" src="https://webapp-pub.ezijing.com/project/cbu-plus/logo.png" /> <img @click="goWebsite" src="https://webapp-pub.ezijing.com/project/cbu-online/logo.png" />
<div class="line"></div> <div class="line"></div>
<nuxt-link to="/" class="logo"> <nuxt-link to="/" class="logo">
<div class="title"> <div class="title">
加州浸会大学工商管理博士DBA 加州浸会大学在线在线工商管理博士DBA
</div> </div>
<!-- <img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" /> --> <!-- <img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" /> -->
</nuxt-link> </nuxt-link>
......
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
<div class="foot-content"> <div class="foot-content">
<div class="left-content"> <div class="left-content">
<div class="logo-title"> <div class="logo-title">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/cbu-logo-white-new.png" /> <img src="https://webapp-pub.ezijing.com/project/cbu-online/cbu-logo-white-new.png" />
<h1>工商管理博士DBA</h1> <h1>在线工商管理博士DBA</h1>
</div> </div>
<div class="bottom"> <div class="bottom">
<div class="bottom_left con"> <div class="bottom_left con">
<a href="/about/school">项目介绍</a> <a href="/about/school">项目介绍</a>
<!-- <a href="/">工商管理博士DBA</a> --> <!-- <a href="/">在线工商管理博士DBA</a> -->
<!-- <a href="/question/question">常见问题</a> --> <!-- <a href="/question/question">常见问题</a> -->
<!-- <a href="https://www.ezijing.com/" target="_blank">清控紫荆教育</a> --> <!-- <a href="https://www.ezijing.com/" target="_blank">清控紫荆教育</a> -->
</div> </div>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</div> </div>
</div> </div>
<div class="right-content"> <div class="right-content">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/cbu_wechat.png" class="code" /> <img src="https://webapp-pub.ezijing.com/project/cbu-online/cbu_wechat.png" class="code" />
<div class="tips-txt"> <div class="tips-txt">
<img src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png" /> <img src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png" />
<div class="txt">{{ $t('foot.weChat') }}</div> <div class="txt">{{ $t('foot.weChat') }}</div>
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
<img src="https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png" /> <img src="https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png" />
</nuxt-link> --> </nuxt-link> -->
<div class="logo-box"> <div class="logo-box">
<img @click="goWebsite" src="https://webapp-pub.ezijing.com/project/cbu-plus/logo.png" /> <img @click="goWebsite" src="https://webapp-pub.ezijing.com/project/cbu-online/logo.png" />
<div class="line"></div> <div class="line"></div>
<nuxt-link to="/"> <nuxt-link to="/">
<div class="title">加州浸会大学工商管理博士DBA</div> <div class="title">加州浸会大学在线在线工商管理博士DBA</div>
</nuxt-link> </nuxt-link>
<!-- <img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" /> --> <!-- <img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" /> -->
</div> </div>
......
...@@ -91,10 +91,10 @@ export default { ...@@ -91,10 +91,10 @@ export default {
}, },
// 学历认证 // 学历认证
{ // {
name: this.$t('menu.academic'), // name: this.$t('menu.academic'),
path: '/academic/academic' // path: '/academic/academic'
}, // },
// 报名流程 // 报名流程
{ {
name: this.$t('menu.enroll'), name: this.$t('menu.enroll'),
...@@ -111,10 +111,10 @@ export default { ...@@ -111,10 +111,10 @@ export default {
path: '/dataDownload/dataDownload' path: '/dataDownload/dataDownload'
}, },
// 归国政策 // 归国政策
{ // {
name: this.$t('menu.returnPolicy'), // name: this.$t('menu.returnPolicy'),
path: '/returnPolicy/returnPolicy' // path: '/returnPolicy/returnPolicy'
}, // },
// 常见问题 // 常见问题
// { // {
// name: this.$t('menu.question'), // name: this.$t('menu.question'),
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</div> </div>
<div class="wx_cont" v-show="tabBtnTarget === 'wx'"> <div class="wx_cont" v-show="tabBtnTarget === 'wx'">
<h5>{{ $t('aside.follow') }}</h5> <h5>{{ $t('aside.follow') }}</h5>
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/cbu_wechat.png" /> <img src="https://webapp-pub.ezijing.com/project/cbu-online/cbu_wechat.png" />
</div> </div>
</div> </div>
</transition> </transition>
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
formInfo: { formInfo: {
name: '', name: '',
phone: '', phone: '',
newProjectId: '1017' newProjectId: '1023'
}, },
projectList: [ projectList: [
{ label: '金融工商管理硕士', value: '1000' }, { label: '金融工商管理硕士', value: '1000' },
...@@ -102,7 +102,7 @@ export default { ...@@ -102,7 +102,7 @@ export default {
{ label: '教育学硕士', value: '1005' }, { label: '教育学硕士', value: '1005' },
{ label: '中国未来金融领袖计划', value: '1007' }, { label: '中国未来金融领袖计划', value: '1007' },
{ label: '1+1 国际硕士', value: '1016' }, { label: '1+1 国际硕士', value: '1016' },
{ label: '工商管理博士DBA', value: '1017' } { label: '在线工商管理博士DBA', value: '1023' }
] ]
} }
}, },
......
...@@ -297,7 +297,7 @@ export default { ...@@ -297,7 +297,7 @@ export default {
project6: '教育学硕士MED(儿童心理与教育)', project6: '教育学硕士MED(儿童心理与教育)',
project7: '中国未来金融领袖计划', project7: '中国未来金融领袖计划',
project8: '1+1 国际硕士', project8: '1+1 国际硕士',
project9: '工商管理博士DBA', project9: '在线工商管理博士DBA',
pay: '扫描关注微信公众号' pay: '扫描关注微信公众号'
} }
} }
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</div> </div>
</div> </div>
</header> </header>
<nav class="nav"><h1 class="title">加州浸会大学工商管理博士DBA项目推荐信</h1></nav> <nav class="nav"><h1 class="title">加州浸会大学在线工商管理博士DBA项目推荐信</h1></nav>
<section class="content"> <section class="content">
<el-form <el-form
:model="ruleForm" :model="ruleForm"
......
...@@ -6,7 +6,16 @@ export default function(_this) { ...@@ -6,7 +6,16 @@ export default function(_this) {
action: `${process.env.baseURL}/api/enrollment/v1.0/application-materials/${process.env.projectId}`, action: `${process.env.baseURL}/api/enrollment/v1.0/application-materials/${process.env.projectId}`,
callback(data) { callback(data) {
const { attachments = [], submission_stage: submissionStage = 'FILLING' } = data.data.material const { attachments = [], submission_stage: submissionStage = 'FILLING' } = data.data.material
const stageList = ['FILLING', 'PREPAYMENT', 'INTERVIEW_APPLICATION', 'AUDITION', 'INTERVIEW', 'PAYMENT', 'REGISTRATION', 'CLOSED'] const stageList = [
'FILLING',
'PREPAYMENT',
'INTERVIEW_APPLICATION',
'AUDITION',
'INTERVIEW',
'PAYMENT',
'REGISTRATION',
'CLOSED'
]
this.form.options.disabled = stageList.findIndex(item => item === submissionStage) > 6 this.form.options.disabled = stageList.findIndex(item => item === submissionStage) > 6
const ADMISSION_AGREEMENT = attachments.filter(item => { const ADMISSION_AGREEMENT = attachments.filter(item => {
return item.file_type_id === 'ADMISSION_AGREEMENT' return item.file_type_id === 'ADMISSION_AGREEMENT'
...@@ -30,7 +39,7 @@ export default function(_this) { ...@@ -30,7 +39,7 @@ export default function(_this) {
data: { file_type: 'ADMISSION_AGREEMENT' } data: { file_type: 'ADMISSION_AGREEMENT' }
}, },
prepend: ` prepend: `
<p><a href="https://webapp-pub.ezijing.com/project/cbu-plus/%E5%85%A5%E5%AD%A6%E5%8D%8F%E8%AE%AE.pdf" target="_blank" download="入学协议">下载入学协议</a></p> <p><a href="https://webapp-pub.ezijing.com/project/cbu-online/%E5%85%A5%E5%AD%A6%E5%8D%8F%E8%AE%AE.pdf" target="_blank" download="入学协议">下载入学协议</a></p>
<p>申请者可将签字后的入学协议原件扫描或拍照后提交。</p> <p>申请者可将签字后的入学协议原件扫描或拍照后提交。</p>
<p>学员应仔细阅读《入学协议》以及课程介绍,如对入学协议或课程有异议,请第一时间与课程顾问咨询确认。请用A4纸打印后,在入学协议上签上姓名和日期,内容需显示完整、格式整齐、字迹清晰可辨。上传文件仅限“jpg,jpeg,pdf,png”格式,文件小于10Mb。</p> <p>学员应仔细阅读《入学协议》以及课程介绍,如对入学协议或课程有异议,请第一时间与课程顾问咨询确认。请用A4纸打印后,在入学协议上签上姓名和日期,内容需显示完整、格式整齐、字迹清晰可辨。上传文件仅限“jpg,jpeg,pdf,png”格式,文件小于10Mb。</p>
` `
......
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
data: { file_type: 'RESUME_EN' } data: { file_type: 'RESUME_EN' }
}, },
append: ` append: `
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project/cbu-plus/%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.ezijing.com/project/cbu-online/%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>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>` <p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
} }
] ]
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</div> </div>
<h1>欢迎您</h1> <h1>欢迎您</h1>
<p class="t1"> <p class="t1">
申请加州浸会大学工商管理博士项目,本项目的申请费为<span>700</span>元,请扫描二维码以完成报名。 申请加州浸会大学在线工商管理博士项目,本项目的申请费为<span>700</span>元,请扫描二维码以完成报名。
</p> </p>
</div> </div>
<div class="qrcode-error" v-if="qrcodeError"> <div class="qrcode-error" v-if="qrcodeError">
......
...@@ -44,7 +44,7 @@ export default function(_this) { ...@@ -44,7 +44,7 @@ export default function(_this) {
values: [{ label: '同意', value: 1 }], values: [{ label: '同意', value: 1 }],
model: 'isAgree', model: 'isAgree',
rules: [{ required: true, message: '请阅读协议', trigger: 'change' }], rules: [{ required: true, message: '请阅读协议', trigger: 'change' }],
prepend: `<p>1、本人知晓此申请表及所附文件将作为申请加州浸会大学工商管理博士DBA面试和背景评估的参考依据,一旦成功录取,有关资料将作为学生信息存档。</p> prepend: `<p>1、本人知晓此申请表及所附文件将作为申请加州浸会大学在线工商管理博士DBA面试和背景评估的参考依据,一旦成功录取,有关资料将作为学生信息存档。</p>
<p>2、本人声明所填资料正确无误,知晓任何不真实的信息或不诚信的行为,均会影响申请结果,已取得的成绩和资格会被取消。我理解并同意所有报名材料归紫荆教育所有,无论考生录取与否均不退回。我授权紫荆教育使用报名表中的信息查询本人学习和工作记录。</p>` <p>2、本人声明所填资料正确无误,知晓任何不真实的信息或不诚信的行为,均会影响申请结果,已取得的成绩和资格会被取消。我理解并同意所有报名材料归紫荆教育所有,无论考生录取与否均不退回。我授权紫荆教育使用报名表中的信息查询本人学习和工作记录。</p>`
} }
] ]
......
...@@ -19,7 +19,7 @@ export default function(_this) { ...@@ -19,7 +19,7 @@ export default function(_this) {
const [first = {}, second = {}] = answers const [first = {}, second = {}] = answers
return { return {
qid1: first.qid || '1', qid1: first.qid || '1',
question1: '您为什么要申请加州浸会大学工商管理博士DBA项目?', question1: '您为什么要申请加州浸会大学在线工商管理博士DBA项目?',
answer1: first.answer, answer1: first.answer,
qid2: second.qid || '2', qid2: second.qid || '2',
question2: '您的短期和长期职业发展目标是什么?您打算如何达成此愿景?', question2: '您的短期和长期职业发展目标是什么?您打算如何达成此愿景?',
...@@ -45,7 +45,7 @@ export default function(_this) { ...@@ -45,7 +45,7 @@ export default function(_this) {
items: [ items: [
{ {
type: 'v-input', type: 'v-input',
label: '您为什么要申请加州浸会大学工商管理博士DBA项目?(60字以上,1000字以内)', label: '您为什么要申请加州浸会大学在线工商管理博士DBA项目?(60字以上,1000字以内)',
model: 'answer1', model: 'answer1',
attrs: { type: 'textarea', rows: '8', maxlength: '1000', style: 'width:100%' }, attrs: { type: 'textarea', rows: '8', maxlength: '1000', style: 'width:100%' },
rules: [ rules: [
......
...@@ -6,7 +6,16 @@ export default function(_this) { ...@@ -6,7 +6,16 @@ export default function(_this) {
action: `${process.env.baseURL}/api/enrollment/v1.0/application-materials/${process.env.projectId}`, action: `${process.env.baseURL}/api/enrollment/v1.0/application-materials/${process.env.projectId}`,
callback(data) { callback(data) {
const { attachments = [], submission_stage: submissionStage = 'FILLING' } = data.data.material const { attachments = [], submission_stage: submissionStage = 'FILLING' } = data.data.material
const stageList = ['FILLING', 'PREPAYMENT', 'INTERVIEW_APPLICATION', 'AUDITION', 'INTERVIEW', 'PAYMENT', 'REGISTRATION', 'CLOSED'] const stageList = [
'FILLING',
'PREPAYMENT',
'INTERVIEW_APPLICATION',
'AUDITION',
'INTERVIEW',
'PAYMENT',
'REGISTRATION',
'CLOSED'
]
this.form.options.disabled = stageList.findIndex(item => item === submissionStage) > 2 this.form.options.disabled = stageList.findIndex(item => item === submissionStage) > 2
const RESUME_EN = attachments.filter(item => { const RESUME_EN = attachments.filter(item => {
return item.file_type_id === 'RESUME_EN' return item.file_type_id === 'RESUME_EN'
...@@ -43,7 +52,7 @@ export default function(_this) { ...@@ -43,7 +52,7 @@ export default function(_this) {
data: { file_type: 'RESUME_EN' } data: { file_type: 'RESUME_EN' }
}, },
append: ` append: `
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project/cbu-plus/%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.ezijing.com/project/cbu-online/%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>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>` <p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
} }
] ]
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<qrcode-pay @update="handleUpdateOrder" v-else></qrcode-pay> <qrcode-pay @update="handleUpdateOrder" v-else></qrcode-pay>
<div class="pay-ft"> <div class="pay-ft">
<p class="t2"> <p class="t2">
欢迎您申请加州浸会大学工商管理博士DBA<br /> 欢迎您申请加州浸会大学在线在线工商管理博士DBA<br />
申请流程:①支付报名费②填写报名资料并提供相关材料(身份证扫描件、学位证书扫描件、2寸照片)③参加面试④获得录取⑤缴纳学费并签署入学协议⑥入学学习(办 申请流程:①支付报名费②填写报名资料并提供相关材料(身份证扫描件、学位证书扫描件、2寸照片)③参加面试④获得录取⑤缴纳学费并签署入学协议⑥入学学习(办
理入学手续:提供成绩单、学籍注册等)<br />申请费提交后不予退还 理入学手续:提供成绩单、学籍注册等)<br />申请费提交后不予退还
</p> </p>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</div> </div>
<h1>欢迎您</h1> <h1>欢迎您</h1>
<p class="t1"> <p class="t1">
申请加州浸会大学工商管理博士项目,请在填写以下内容并<br /> 申请加州浸会大学在线工商管理博士项目,请在填写以下内容并<br />
提交报名申请后,扫码支付本项目的申请费共计<span>700</span>元。 提交报名申请后,扫码支付本项目的申请费共计<span>700</span>元。
</p> </p>
</div> </div>
......
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
}), }),
// Global page headers: https://go.nuxtjs.dev/config-head // Global page headers: https://go.nuxtjs.dev/config-head
head: { head: {
title: '加州浸会大学工商管理博士DBA', title: '加州浸会大学在线工商管理博士DBA',
htmlAttrs: { htmlAttrs: {
lang: 'en' lang: 'en'
}, },
......
差异被折叠。
...@@ -38,8 +38,8 @@ export default { ...@@ -38,8 +38,8 @@ export default {
data() { data() {
return { return {
// url1: 'https://webapp-pub.ezijing.com/project/marywood/academic21.png', // url1: 'https://webapp-pub.ezijing.com/project/marywood/academic21.png',
url1: 'https:///webapp-pub.ezijing.com/project/cbu-plus/pc-cert-en.png?v=1', url1: 'https:///webapp-pub.ezijing.com/project/cbu-online/pc-cert-en.png?v=1',
url2: 'https:///webapp-pub.ezijing.com/project/cbu-plus/pc-cert-cn.jpg', url2: 'https:///webapp-pub.ezijing.com/project/cbu-online/pc-cert-cn.jpg',
frameParams: { frameParams: {
slider: [] slider: []
} }
......
...@@ -30,12 +30,12 @@ export default { ...@@ -30,12 +30,12 @@ export default {
fileList: [ fileList: [
{ {
name: '招生简章', name: '招生简章',
url: 'https://webapp-pub.ezijing.com/project/cbu-plus/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf', url: 'https://webapp-pub.ezijing.com/project/cbu-online/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf',
icon: 'https://webapp-pub.ezijing.com/project/marywood/pdf.png' icon: 'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
} }
// { // {
// name: '常见问题', // name: '常见问题',
// url: 'https://webapp-pub.ezijing.com/project/cbu-plus/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf', // url: 'https://webapp-pub.ezijing.com/project/cbu-online/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf',
// icon: 'https://webapp-pub.ezijing.com/project/marywood/pdf.png' // icon: 'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
// } // }
// { // {
......
<template> <template>
<app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'"> <app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/enroll-process-banner2.png" /> <img src="https://webapp-pub.ezijing.com/project/cbu-online/enroll-process-banner2.png" />
<div class="content-mian"> <div class="content-mian">
<ul> <ul>
<li class="applyList_con" v-if="false"> <li class="applyList_con" v-if="false">
<div class="apply_name">招生计划</div> <div class="apply_name">招生计划</div>
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/apply_plan.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/cbu-online/apply_plan.png" alt="" />
<!-- <div class="apply_desc"> <!-- <div class="apply_desc">
入学时间:<span class="apply_desc_time">2022年秋季班:2022年9月</span 入学时间:<span class="apply_desc_time">2022年秋季班:2022年9月</span
><span class="apply_desc_time">2023年春季班:2023年2月</span>> ><span class="apply_desc_time">2023年春季班:2023年2月</span>>
......
<template> <template>
<app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'"> <app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/enroll-process-banner.png" /> <img src="https://webapp-pub.ezijing.com/project/cbu-online/enroll-process-banner.png" />
<div class="apply"> <div class="apply">
<div class="apply-line"></div> <div class="apply-line"></div>
<div class="apply-item"> <div class="apply-item">
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div class="apply-item-hd">在线申请</div> <div class="apply-item-hd">在线申请</div>
<div class="apply-item-bd"> <div class="apply-item-bd">
<p> <p>
申请者需登录<a href="https://cbu-plus.ezijing.com/">https://cbu-plus.ezijing.com/</a 申请者需登录<a href="https://cbu-online.ezijing.com/">https://cbu-online.ezijing.com/</a
>在线申请并提交电子报名材料。 >在线申请并提交电子报名材料。
</p> </p>
<ul> <ul>
...@@ -20,8 +20,9 @@ ...@@ -20,8 +20,9 @@
<li>6.英文简历</li> <li>6.英文简历</li>
<li>7.推荐信 (两封)</li> <li>7.推荐信 (两封)</li>
</ul> </ul>
<p style="margin-top:30px">请校方直接密封纸质成绩单至:北京市海淀区中关村东路1号清华科技园7号楼5层 <p style="margin-top:30px">
<br/>孙老师(收)18610015783</p> 请校方直接邮寄密封纸质成绩单至:北京市海淀区中关村东路1号清华科技园7号楼5层 <br />孙老师(收)18610015783
</p>
</div> </div>
</div> </div>
<!-- <div class="apply-item"> <!-- <div class="apply-item">
...@@ -46,11 +47,11 @@ ...@@ -46,11 +47,11 @@
</div> </div>
<div class="apply-item"> <div class="apply-item">
<div class="apply-item-num">3</div> <div class="apply-item-num">3</div>
<div class="apply-item-hd">入学面试</div> <div class="apply-item-hd">面试</div>
</div> </div>
<div class="apply-item"> <div class="apply-item">
<div class="apply-item-num">4</div> <div class="apply-item-num">4</div>
<div class="apply-item-hd">录取通知书</div> <div class="apply-item-hd">发放录取通知</div>
</div> </div>
<div class="apply-item"> <div class="apply-item">
<div class="apply-item-num">5</div> <div class="apply-item-num">5</div>
......
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
data() { data() {
return { return {
frameParams: { frameParams: {
banner: 'https://webapp-pub.ezijing.com/project/cbu-plus/news_banner.jpg', banner: 'https://webapp-pub.ezijing.com/project/cbu-online/news_banner.jpg',
slider: [ slider: [
{ {
name: this.$t('menu.schoolChild.school3'), name: this.$t('menu.schoolChild.school3'),
......
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
data() { data() {
return { return {
frameParams: { frameParams: {
banner: 'https://webapp-pub.ezijing.com/project/cbu-plus/news_banner.jpg', banner: 'https://webapp-pub.ezijing.com/project/cbu-online/news_banner.jpg',
slider: [ slider: [
{ {
name: this.$t('menu.newsChild.hot'), name: this.$t('menu.newsChild.hot'),
......
<template> <template>
<app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'"> <app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/project_intro_banner.png" class="banner" /> <img src="https://webapp-pub.ezijing.com/project/cbu-online/project_intro_banner.png" class="banner" />
<div class="part_content"> <div class="part_content">
<div class="part_item"> <div class="part_item">
加州浸会大学工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校学者为目标。学员最快三年可以毕业,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。 加州浸会大学在线工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校学者为目标。学员最快三年可以毕业,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
</div> </div>
</div> </div>
</app-frame> </app-frame>
......
差异被折叠。
...@@ -3,8 +3,8 @@ import VueLazyload from 'vue-lazyload' ...@@ -3,8 +3,8 @@ import VueLazyload from 'vue-lazyload'
// or with options // or with options
Vue.use(VueLazyload, { Vue.use(VueLazyload, {
preLoad: 1.3, // 预加载的宽高比 preLoad: 1.3, // 预加载的宽高比
error: 'https://webapp-pub.ezijing.com/project/cbu-plus/img_default.png', // 图片加载失败时使用的图片源 error: 'https://webapp-pub.ezijing.com/project/cbu-online/img_default.png', // 图片加载失败时使用的图片源
loading: 'https://webapp-pub.ezijing.com/project/cbu-plus/img_default.png', // 图片加载的路径 loading: 'https://webapp-pub.ezijing.com/project/cbu-online/img_default.png', // 图片加载的路径
attempt: 1, // 尝试加载次数 attempt: 1, // 尝试加载次数
throttleWait: 100, //加载时间快些,不然时间有点久 throttleWait: 100, //加载时间快些,不然时间有点久
observer: true observer: true
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论