Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
77e2711c
提交
77e2711c
authored
6月 15, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 修改静态资源地址
上级
b4493a19
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
75 行增加
和
135 行删除
+75
-135
Video.vue
components/home/Video.vue
+7
-7
banners.vue
components/home/banners.vue
+2
-2
projectFeatures.vue
components/home/projectFeatures.vue
+10
-14
Foot.vue
components/layout/pc/Foot.vue
+4
-15
xy.js
modules/my/admission/form/xy.js
+1
-1
ywjl.js
modules/my/admission/form/ywjl.js
+2
-11
ywjl.js
modules/my/interview/form/ywjl.js
+1
-1
academic.vue
pages/academic/academic.vue
+2
-2
dataDownload.vue
pages/dataDownload/dataDownload.vue
+2
-3
apply.vue
pages/enroll/apply.vue
+2
-3
process.vue
pages/enroll/process.vue
+2
-3
introduce.vue
pages/project-intro/introduce.vue
+1
-1
question.vue
pages/question/question.vue
+5
-8
school3.vue
pages/school/school3.vue
+34
-64
没有找到文件。
components/home/Video.vue
浏览文件 @
77e2711c
...
@@ -58,22 +58,22 @@ export default {
...
@@ -58,22 +58,22 @@ export default {
isShow
:
false
,
isShow
:
false
,
list
:
[
list
:
[
{
{
poster
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/video_poster1.png'
poster
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/video_poster1.png'
},
},
{
{
poster
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/video_poster2.png'
poster
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/video_poster2.png'
},
},
{
{
poster
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/video_poster3.png'
poster
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/video_poster3.png'
},
},
{
{
poster
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/video_poster4.png'
poster
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/video_poster4.png'
},
},
{
{
poster
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/video_poster5.png'
poster
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/video_poster5.png'
},
},
{
{
poster
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/video_poster6.png'
poster
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/video_poster6.png'
}
}
],
],
// 当前播放的视频
// 当前播放的视频
...
@@ -202,7 +202,7 @@ export default {
...
@@ -202,7 +202,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
_online_pc/sub_
plus/video_bg.png?v=1)
no-repeat
center
center
;
background
:
url(https://webapp-pub.ezijing.com/project
/sbu-
plus/video_bg.png?v=1)
no-repeat
center
center
;
background-size
:
cover
;
background-size
:
cover
;
}
}
.content
{
.content
{
...
...
components/home/banners.vue
浏览文件 @
77e2711c
<
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
_online_pc/sub_
plus/pc-index-banner.png?v=4"
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-index-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"
>
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
this
.
$router
.
push
(
'/my/account'
)
this
.
$router
.
push
(
'/my/account'
)
}
else
if
(
item
.
tag
===
'2'
)
{
}
else
if
(
item
.
tag
===
'2'
)
{
window
.
open
(
window
.
open
(
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/%E7%B4%AB%E8%8D%86%E6%95%99%E8%82%B2-%E7%BA%BD%E7%BA%A6%E5%B7%9E%E7%AB%8B%E5%A4%A7%E5%AD%A6%E7%9F%B3%E6%BA%AA%E5%88%86%E6%A0%A1%E9%87%91%E8%9E%8D%E7%A1%95%E5%A3%AB1%2B1%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
'https://webapp-pub.ezijing.com/project
/sbu-
plus/%E7%B4%AB%E8%8D%86%E6%95%99%E8%82%B2-%E7%BA%BD%E7%BA%A6%E5%B7%9E%E7%AB%8B%E5%A4%A7%E5%AD%A6%E7%9F%B3%E6%BA%AA%E5%88%86%E6%A0%A1%E9%87%91%E8%9E%8D%E7%A1%95%E5%A3%AB1%2B1%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
(
'/project-intro/introduce'
)
this
.
$router
.
push
(
'/project-intro/introduce'
)
...
...
components/home/projectFeatures.vue
浏览文件 @
77e2711c
...
@@ -85,37 +85,33 @@ export default {
...
@@ -85,37 +85,33 @@ export default {
return
{
return
{
listData
:
[
listData
:
[
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-index-project-intro-01.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-index-project-intro-01.png?v=4'
,
item_desc_tit
:
'国际名校、权威可靠'
,
item_desc_tit
:
'国际名校、权威可靠'
,
item_desc_con
:
item_desc_con
:
'清控紫荆教育是以清华五道口相关知识产权创设而成,自成立以来与多所国际名校合作且实现课程学分互认,所获文凭均受中国教育部与国际认证,具有很强的国际化办学经验和教学水平。'
'清控紫荆教育是以清华五道口相关知识产权创设而成,自成立以来与多所国际名校合作且实现课程学分互认,所获文凭均受中国教育部与国际认证,具有很强的国际化办学经验和教学水平。'
},
},
// {
// {
// web_img_uri: 'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-index-project-intro-02.png?v=4',
// web_img_uri: 'https://webapp-pub.ezijing.com/project
/sbu-
plus/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
_online_pc/sub_
plus/pc-index-project-intro-03.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/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
_online_pc/sub_
plus/pc-index-project-intro-04.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-index-project-intro-04.png?v=4'
,
item_desc_tit
:
'省时省费、性价比优'
,
item_desc_tit
:
'省时省费、性价比优'
,
item_desc_con
:
item_desc_con
:
'经过在国内学习一年后,学生只需再在国外学习一年即可获得中国教育部和国际认可的硕士学历学位,既节省时间成本又节约经济花销。'
'经过在国内学习一年后,学生只需再在国外学习一年即可获得中国教育部和国际认可的硕士学历学位,既节省时间成本又节约经济花销。'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-index-project-intro-05.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-index-project-intro-05.png?v=4'
,
item_desc_tit
:
'国际视野、本土实践'
,
item_desc_tit
:
'国际视野、本土实践'
,
item_desc_con
:
item_desc_con
:
'本项目全部采用双语教学、小班授课,帮助学生提前适应美国教学模式;授课师资由清北人资深教授和优秀外教组成,保证国际化同时兼具本土实践,为留学归国工作建立无缝连接。'
'本项目全部采用双语教学、小班授课,帮助学生提前适应美国教学模式;授课师资由清北人资深教授和优秀外教组成,保证国际化同时兼具本土实践,为留学归国工作建立无缝连接。'
}
}
// {
// {
// web_img_uri: 'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-index-project-intro-06.png?v=4',
// web_img_uri: 'https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-index-project-intro-06.png?v=4',
// item_desc_tit: '全额退款、安心无忧',
// item_desc_tit: '全额退款、安心无忧',
// item_desc_con:
// item_desc_con:
// '就读期间,因个人原因中途放弃或因外部不可抗力因素(如签证不通过等)无法出国学习,个人缴纳的第1学年费用全额退还。'
// '就读期间,因个人原因中途放弃或因外部不可抗力因素(如签证不通过等)无法出国学习,个人缴纳的第1学年费用全额退还。'
...
...
components/layout/pc/Foot.vue
浏览文件 @
77e2711c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"foot-box"
>
<div
class=
"foot-box"
>
<div
class=
"foot-content"
>
<div
class=
"foot-content"
>
<div
class=
"left-content"
>
<div
class=
"left-content"
>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/bottom_logo.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/bottom_logo.png"
/>
<div
class=
"bottom"
>
<div
class=
"bottom"
>
<div
class=
"bottom_left con"
>
<div
class=
"bottom_left con"
>
<a
href=
"/project-intro/introduce"
>
关于项目
</a>
<a
href=
"/project-intro/introduce"
>
关于项目
</a>
...
@@ -55,11 +55,7 @@
...
@@ -55,11 +55,7 @@
<p
style=
"font-size: 12px;"
>
<p
style=
"font-size: 12px;"
>
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
</p>
</p>
<a
<a
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;margin-left: 10px;"
>
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;margin-left: 10px;"
>
<p
style=
"font-size: 12px;"
>
京ICP证150431号
</p>
<p
style=
"font-size: 12px;"
>
京ICP证150431号
</p>
</a>
</a>
<a
<a
...
@@ -68,17 +64,10 @@
...
@@ -68,17 +64,10 @@
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681"
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;align-items: center;display: flex;margin-right: 5px;"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;align-items: center;display: flex;margin-right: 5px;"
>
>
<img
<img
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
style=
"width: 20px;height: 20px;margin: 0 6px;display: block;"
/>
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
style=
"width: 20px;height: 20px;margin: 0 6px;display: block;"
/>
<p
style=
"font-size: 12px;"
>
安备 11010802023681号
</p>
<p
style=
"font-size: 12px;"
>
安备 11010802023681号
</p>
</a>
</a>
<a
<a
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;"
>
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;"
>
<p
style=
"font-size: 12px;"
>
京ICP备15016866号-1
</p>
<p
style=
"font-size: 12px;"
>
京ICP备15016866号-1
</p>
</a>
</a>
</div>
</div>
...
...
modules/my/admission/form/xy.js
浏览文件 @
77e2711c
...
@@ -31,7 +31,7 @@ export default function(_this) {
...
@@ -31,7 +31,7 @@ export default function(_this) {
data
:
{
file_type
:
'ADMISSION_AGREEMENT'
}
data
:
{
file_type
:
'ADMISSION_AGREEMENT'
}
},
},
prepend
:
`
prepend
:
`
<p><a href="https://
zws-imgs-pub.ezijing.com/pc/marywood
/%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/sbu-plus
/%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>
`
`
...
...
modules/my/admission/form/ywjl.js
浏览文件 @
77e2711c
...
@@ -5,16 +5,7 @@ export default {
...
@@ -5,16 +5,7 @@ export default {
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
=
[
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
'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
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'
...
@@ -38,7 +29,7 @@ export default {
...
@@ -38,7 +29,7 @@ export default {
data
:
{
file_type
:
'RESUME_EN'
}
data
:
{
file_type
:
'RESUME_EN'
}
},
},
append
:
`
append
:
`
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF--%E7%9F%B3%E6%BA%AA.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project
/sbu-
plus/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF--%E7%9F%B3%E6%BA%AA.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
}
}
]
]
...
...
modules/my/interview/form/ywjl.js
浏览文件 @
77e2711c
...
@@ -31,7 +31,7 @@ export default function(_this) {
...
@@ -31,7 +31,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
_online_pc/sub_
plus/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF--%E7%9F%B3%E6%BA%AA.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project
/sbu-
plus/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF--%E7%9F%B3%E6%BA%AA.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
}
}
]
]
...
...
pages/academic/academic.vue
浏览文件 @
77e2711c
...
@@ -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
_online_pc/sub_
plus/pc-cert-en.png?v=1'
,
url1
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-cert-en.png?v=1'
,
url2
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-cert-cn.png'
,
url2
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-cert-cn.png'
,
frameParams
:
{
frameParams
:
{
slider
:
[]
slider
:
[]
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
77e2711c
...
@@ -34,13 +34,12 @@ export default {
...
@@ -34,13 +34,12 @@ export default {
{
{
name
:
'招生简章'
,
name
:
'招生简章'
,
url
:
url
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/%E7%B4%AB%E8%8D%86%E6%95%99%E8%82%B2-%E7%BA%BD%E7%BA%A6%E5%B7%9E%E7%AB%8B%E5%A4%A7%E5%AD%A6%E7%9F%B3%E6%BA%AA%E5%88%86%E6%A0%A1%E9%87%91%E8%9E%8D%E7%A1%95%E5%A3%AB1%2B1%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
,
'https://webapp-pub.ezijing.com/project
/sbu-
plus/%E7%B4%AB%E8%8D%86%E6%95%99%E8%82%B2-%E7%BA%BD%E7%BA%A6%E5%B7%9E%E7%AB%8B%E5%A4%A7%E5%AD%A6%E7%9F%B3%E6%BA%AA%E5%88%86%E6%A0%A1%E9%87%91%E8%9E%8D%E7%A1%95%E5%A3%AB1%2B1%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
:
url
:
'https://webapp-pub.ezijing.com/project/sbu-plus/SBU%E9%87%91%E8%9E%8D%E5%AD%A6%E7%A1%95%E5%A3%AB%20Q%26A.pdf'
,
'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/SBU%E9%87%91%E8%9E%8D%E5%AD%A6%E7%A1%95%E5%A3%AB%20Q%26A.pdf'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
}
}
// {
// {
...
...
pages/enroll/apply.vue
浏览文件 @
77e2711c
<
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
_online_pc/sub_
plus/enroll-process-apply-banner.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/enroll-process-apply-banner.png"
/>
<div
class=
"content-mian"
>
<div
class=
"content-mian"
>
<ul
class=
"content-mian_con"
>
<ul
class=
"content-mian_con"
>
...
@@ -23,8 +23,7 @@
...
@@ -23,8 +23,7 @@
<div
class=
"apply_name"
>
语言要求
</div>
<div
class=
"apply_name"
>
语言要求
</div>
<div
class=
"apply_desc"
>
<div
class=
"apply_desc"
>
托福≥80分或雅思≥6.5分(单项不低于6.0)
<br
/>
托福≥80分或雅思≥6.5分(单项不低于6.0)
<br
/>
·
· 无法满足上述语言要求但符合下列情况之一的申请者,入学后须参加英语强化课程学习并于第二学年赴美国参加纽约州立大学石溪分校组织的语言考试且合格
无法满足上述语言要求但符合下列情况之一的申请者,入学后须参加英语强化课程学习并于第二学年赴美国参加纽约州立大学石溪分校组织的语言考试且合格
<ul>
<ul>
<li><p>
Duolingo≥105分
</p></li>
<li><p>
Duolingo≥105分
</p></li>
<li><p>
iTEP Academic≥4.0
</p></li>
<li><p>
iTEP Academic≥4.0
</p></li>
...
...
pages/enroll/process.vue
浏览文件 @
77e2711c
<
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
_online_pc/sub_
plus/enroll-process-banner.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/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"
>
...
@@ -9,8 +9,7 @@
...
@@ -9,8 +9,7 @@
<div
class=
"apply-item-bd"
>
<div
class=
"apply-item-bd"
>
<p>
<p>
申请者需登录
<a
href=
"https://sbu-plus.ezijing.com/"
>
https://sbu-plus.ezijing.com/
</a
申请者需登录
<a
href=
"https://sbu-plus.ezijing.com/"
>
https://sbu-plus.ezijing.com/
</a
>
(在线申请,申请费缴纳完成后将如下纸质材料邮寄至:北京市海淀区中关村东路1号院清华科技园威盛大厦5层紫荆教育
>
(在线申请,申请费缴纳完成后将如下纸质材料邮寄至:北京市海淀区中关村东路1号院清华科技园威盛大厦5层紫荆教育 邮编100084。
邮编100084。
</p>
</p>
<p>
另请提供纸质材料:
</p>
<p>
另请提供纸质材料:
</p>
<ul>
<ul>
...
...
pages/project-intro/introduce.vue
浏览文件 @
77e2711c
<
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
_online_pc/sub_
plus/project-intro_banner.png"
class=
"banner"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/project-intro_banner.png"
class=
"banner"
/>
<div
class=
"part_content"
>
<div
class=
"part_content"
>
<div
class=
"part_item"
>
<div
class=
"part_item"
>
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人士可以边工作边就读)。国内就读课程主要为语言课与硕士项目所需的部分学分课(不超过总学分的三分之一),由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可被中国(教育部)留学服务中心认证为硕士研究生学历。
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人士可以边工作边就读)。国内就读课程主要为语言课与硕士项目所需的部分学分课(不超过总学分的三分之一),由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可被中国(教育部)留学服务中心认证为硕士研究生学历。
...
...
pages/question/question.vue
浏览文件 @
77e2711c
...
@@ -41,8 +41,7 @@ export default {
...
@@ -41,8 +41,7 @@ export default {
},
},
{
{
tit
:
'2. 对本科学校的专业有没有要求?非财经类能否申请?'
,
tit
:
'2. 对本科学校的专业有没有要求?非财经类能否申请?'
,
desc
:
desc
:
'对专业无强制性要求,有金融及 STEM 相关专业背景的学生会更有优势,但项目学生第一年能通过金融硕士先修课程顺利适应未来金融专业的学习。'
,
'对专业无强制性要求,有金融及 STEM 相关专业背景的学生会更有优势,但项目学生第一年能通过金融硕士先修课程顺利适应未来金融专业的学习。'
,
src
:
''
src
:
''
},
},
{
{
...
@@ -52,14 +51,12 @@ export default {
...
@@ -52,14 +51,12 @@ export default {
},
},
{
{
tit
:
'4. 学生面试都能通过吗?有没有奖学金?能申请奖学金吗?'
,
tit
:
'4. 学生面试都能通过吗?有没有奖学金?能申请奖学金吗?'
,
desc
:
desc
:
'纽约州立大学石溪分校是美国公立常春藤名校,如果足够优秀肯定能申请通过。因金融专业毕业后薪酬普遍较高,美国高校提供的奖学金也较少。'
,
'纽约州立大学石溪分校是美国公立常春藤名校,如果足够优秀肯定能申请通过。因金融专业毕业后薪酬普遍较高,美国高校提供的奖学金也较少。'
,
src
:
''
src
:
''
},
},
{
{
tit
:
'5. 签证是自己办理吗?拒签了怎么办?'
,
tit
:
'5. 签证是自己办理吗?拒签了怎么办?'
,
desc
:
desc
:
'签证是自己办理的,但紫荆教育会提供一定的申请签证辅导和协助(面试技巧等)。个别被拒签的情况也可以调整申请策略后再次申请签证。'
,
'签证是自己办理的,但紫荆教育会提供一定的申请签证辅导和协助(面试技巧等)。个别被拒签的情况也可以调整申请策略后再次申请签证。'
,
src
:
''
src
:
''
},
},
{
{
...
@@ -89,8 +86,8 @@ export default {
...
@@ -89,8 +86,8 @@ export default {
{
{
tit
:
'10. 国内什么时间上课?'
,
tit
:
'10. 国内什么时间上课?'
,
desc
:
`2022 年秋季学期强化课程于 8 月份开始,具体时间可参考招生简章校历:`
,
desc
:
`2022 年秋季学期强化课程于 8 月份开始,具体时间可参考招生简章校历:`
,
srcH5
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/h5/h5-calendar.png'
,
srcH5
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/h5/h5-calendar.png'
,
src
:
'https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/calendar.png'
src
:
'https://webapp-pub.ezijing.com/project
/sbu-
plus/calendar.png'
},
},
{
{
tit
:
'11. 如果出不了国,可以全部在国内学习拿到学位证书吗?'
,
tit
:
'11. 如果出不了国,可以全部在国内学习拿到学位证书吗?'
,
...
...
pages/school/school3.vue
浏览文件 @
77e2711c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div>
<div>
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
class=
"banner"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/school_banner.png"
/>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/school_banner.png"
/>
</div>
</div>
<!-- 学校介绍 -->
<!-- 学校介绍 -->
<div
class=
"content_school"
>
<div
class=
"content_school"
>
...
@@ -15,19 +15,15 @@
...
@@ -15,19 +15,15 @@
纽约州立大学石溪分校(The State University of New York at Stony
纽约州立大学石溪分校(The State University of New York at Stony
Brook),又名石溪大学,创办于1957年,简称SBU。坐落于纽约市郊风景区长岛,是美国著名公立研究型大学。石溪大学是北美顶尖大学联盟美国大学协会的65个成员之一,享有“公立常春藤”的美誉。
Brook),又名石溪大学,创办于1957年,简称SBU。坐落于纽约市郊风景区长岛,是美国著名公立研究型大学。石溪大学是北美顶尖大学联盟美国大学协会的65个成员之一,享有“公立常春藤”的美誉。
石溪大学拥有许多一流学者,其教学品质和研究成果享誉国际,石溪的教授队伍中聚集着各领域的顶尖研究人员,著名理论物理学家、诺贝尔物理学奖得主杨振宁在该校执教37年。自1957年成立后,石溪大学已经培养出多位著名人物,包括7位诺贝尔奖得主,1位图灵奖得主及菲尔茨奖、沃尔夫奖和阿贝尔奖得主约翰·米尔诺等。
石溪大学拥有许多一流学者,其教学品质和研究成果享誉国际,石溪的教授队伍中聚集着各领域的顶尖研究人员,著名理论物理学家、诺贝尔物理学奖得主杨振宁在该校执教37年。自1957年成立后,石溪大学已经培养出多位著名人物,包括7位诺贝尔奖得主,1位图灵奖得主及菲尔茨奖、沃尔夫奖和阿贝尔奖得主约翰·米尔诺等。
石溪大学在2021 QS美国大学排名中位居全美高校第39位,纽约州高校第5位;2020《美国新闻与世界报道》(U.S.
石溪大学在2021 QS美国大学排名中位居全美高校第39位,纽约州高校第5位;2020《美国新闻与世界报道》(U.S. News)美国大学本科综合排名中位居第88名,最佳公立大学排名中位居第39名。
News)美国大学本科综合排名中位居第88名,最佳公立大学排名中位居第39名。
</div>
</div>
</div>
</div>
<img
<img
class=
"content_right"
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/pc-school-img11.png?v=2"
/>
class=
"content_right"
src=
"https://webapp-pub.ezijing.com/project_online_pc/sub_plus/pc-school-img11.png?v=2"
/>
</div>
</div>
<!-- 专业介绍 -->
<!-- 专业介绍 -->
<div
class=
"content_part"
>
<div
class=
"content_part"
>
<div
class=
"img-box"
style=
"height:600px"
>
<div
class=
"img-box"
style=
"height:600px"
>
<img
class=
"img2"
src=
"https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-school-img8.png"
/>
<img
class=
"img2"
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-school-img8.png"
/>
</div>
</div>
<div
class=
"content_desc"
>
<div
class=
"content_desc"
>
<div
class=
"content_tit"
>
<div
class=
"content_tit"
>
...
@@ -60,7 +56,7 @@
...
@@ -60,7 +56,7 @@
<!--
</div>
-->
<!--
</div>
-->
</div>
</div>
<!--
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/school-apply-img.png"
/>
-->
<!--
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/school-apply-img.png"
/>
-->
</div>
</div>
<!-- 学制安排 -->
<!-- 学制安排 -->
<div
class=
"content_tit"
>
<div
class=
"content_tit"
>
...
@@ -86,10 +82,7 @@
...
@@ -86,10 +82,7 @@
<div
class=
"img7 img55"
>
<div
class=
"img7 img55"
>
<div
class=
"mask"
></div>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc desc_child"
>
<div
class=
"desc_detail "
>
<div
class=
"desc_detail "
><span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
12
</span><span
class=
"fen"
>
学分
</span></div>
<span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
12
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
国内授课
</div>
<div
class=
"desc_tit"
>
国内授课
</div>
</div>
</div>
</div>
</div>
...
@@ -99,16 +92,11 @@
...
@@ -99,16 +92,11 @@
<div
class=
"desc_detail"
>
<div
class=
"desc_detail"
>
<!--
<span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
24
</span
<!--
<span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
24
</span
><span
class=
"fen"
>
学分
</span>
-->
><span
class=
"fen"
>
学分
</span>
-->
<div
class=
"desc_detail_item"
>
<div
class=
"desc_detail_item"
><span
class=
"fen fen1"
>
强化课程
</span><span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门
</span></div>
<span
class=
"fen fen1"
>
强化课程
</span><span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门
</span>
<div
class=
"desc_detail_item"
><span
class=
"fen fen1"
>
硕士先修课程
</span><span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门
</span></div>
</div>
<div
class=
"desc_detail_item"
>
<span
class=
"fen fen1"
>
硕士先修课程
</span><span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门
</span>
</div>
<div
class=
"desc_detail_item"
>
<div
class=
"desc_detail_item"
>
<span
class=
"fen fen1"
>
硕士项目课程
</span>
<span
class=
"fen fen1"
>
硕士项目课程
</span>
<span
class=
"num"
>
2
</span><span
class=
"fen fen1"
>
门
</span><span
class=
"num"
>
6
</span
<span
class=
"num"
>
2
</span><span
class=
"fen fen1"
>
门
</span><span
class=
"num"
>
6
</span><span
class=
"fen fen1"
>
学分
</span>
><span
class=
"fen fen1"
>
学分
</span>
</div>
</div>
</div>
</div>
<div
class=
"desc_tit"
>
国外授课
</div>
<div
class=
"desc_tit"
>
国外授课
</div>
...
@@ -116,7 +104,7 @@
...
@@ -116,7 +104,7 @@
</div>
</div>
</div>
</div>
<!-- 院校荣誉 -->
<!-- 院校荣誉 -->
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-school-img9.png"
/>
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-school-img9.png"
/>
<!-- 课程设置 -->
<!-- 课程设置 -->
<div
class=
"content_tit"
>
<div
class=
"content_tit"
>
...
@@ -124,28 +112,24 @@
...
@@ -124,28 +112,24 @@
<div
class=
"tit_desc"
>
课程设置
</div>
<div
class=
"tit_desc"
>
课程设置
</div>
</div>
</div>
<div
class=
"course-set"
>
<div
class=
"course-set"
>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-school-img91.png?v=1"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-school-img91.png?v=1"
/>
<div
class=
"course-set-tips"
>
注*:课程随教学计划可能会有调整,以实际开课为准。
</div>
<div
class=
"course-set-tips"
>
注*:课程随教学计划可能会有调整,以实际开课为准。
</div>
</div>
</div>
</div>
</div>
<div
v-else
class=
"is-h5"
>
<div
v-else
class=
"is-h5"
>
<div
class=
"banner"
>
<div
class=
"banner"
>
<img
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/h5-school-banner.png"
width=
"100%"
/>
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project_online_pc/sub_plus/h5/h5-school-banner.png"
width=
"100%"
/>
</div>
</div>
<div
class=
"h5-content"
>
<div
class=
"h5-content"
>
<div
class=
"h5-title"
>
纽约大学石溪分校介绍
</div>
<div
class=
"h5-title"
>
纽约大学石溪分校介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/h5/school-img1.png?v=2"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/h5/school-img1.png?v=2"
/>
<div
class=
"h5-title m-t-10"
>
专业介绍
</div>
<div
class=
"h5-title m-t-10"
>
专业介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/h5/school-img2.png?v=2"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/h5/school-img2.png?v=2"
/>
<div
class=
"h5-title m-t-10"
>
申请条件
</div>
<div
class=
"h5-title m-t-10"
>
申请条件
</div>
<div
class=
"h5-list"
>
<div
class=
"h5-list"
>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/h5/school-img3.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/h5/school-img3.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/h5/school-img4.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/h5/school-img4.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/h5/school-img5.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/sbu-
plus/h5/school-img5.png"
/>
</div>
</div>
<div
class=
"h5-title m-t-10"
>
学制安排
</div>
<div
class=
"h5-title m-t-10"
>
学制安排
</div>
<div
class=
"img-list"
>
<div
class=
"img-list"
>
...
@@ -167,10 +151,7 @@
...
@@ -167,10 +151,7 @@
<div
class=
"xz-item xz3"
>
<div
class=
"xz-item xz3"
>
<div
class=
"mask"
></div>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc desc_child"
>
<div
class=
"desc_detail"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
12
</span><span
class=
"fen"
>
学分
</span></div>
<span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
12
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
国内授课
</div>
<div
class=
"desc_tit"
>
国内授课
</div>
</div>
</div>
</div>
</div>
...
@@ -180,16 +161,11 @@
...
@@ -180,16 +161,11 @@
<div
class=
"desc_detail"
>
<div
class=
"desc_detail"
>
<!--
<span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
24
</span
<!--
<span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
24
</span
><span
class=
"fen"
>
学分
</span>
-->
><span
class=
"fen"
>
学分
</span>
-->
<div
class=
"desc_detail_item"
>
<div
class=
"desc_detail_item"
><span
class=
"fen fen1"
>
强化课程
</span><span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门
</span></div>
<span
class=
"fen fen1"
>
强化课程
</span><span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门
</span>
<div
class=
"desc_detail_item"
><span
class=
"fen fen1"
>
硕士先修课程
</span><span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门
</span></div>
</div>
<div
class=
"desc_detail_item"
>
<span
class=
"fen fen1"
>
硕士先修课程
</span><span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门
</span>
</div>
<div
class=
"desc_detail_item"
>
<div
class=
"desc_detail_item"
>
<span
class=
"fen fen1"
>
硕士项目课程
</span>
<span
class=
"fen fen1"
>
硕士项目课程
</span>
<span
class=
"num"
>
2
</span><span
class=
"fen fen1"
>
门
</span><span
class=
"num"
>
6
</span
<span
class=
"num"
>
2
</span><span
class=
"fen fen1"
>
门
</span><span
class=
"num"
>
6
</span><span
class=
"fen fen1"
>
学分
</span>
><span
class=
"fen fen1"
>
学分
</span>
</div>
</div>
</div>
</div>
<div
class=
"desc_tit"
>
国外授课
</div>
<div
class=
"desc_tit"
>
国外授课
</div>
...
@@ -197,16 +173,10 @@
...
@@ -197,16 +173,10 @@
</div>
</div>
</div>
</div>
</div>
</div>
<img
<img
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/school-img6.png"
style=
"margin-top:0.25rem"
/>
src=
"https://webapp-pub.ezijing.com/project_online_pc/sub_plus/h5/school-img6.png"
style=
"margin-top:0.25rem"
/>
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
<div
class=
"h5-course-set"
>
<div
class=
"h5-course-set"
>
<img
<img
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/school-img7.png"
style=
"margin-bottom:0.3rem"
/>
src=
"https://webapp-pub.ezijing.com/project_online_pc/sub_plus/h5/school-img7.png"
style=
"margin-bottom:0.3rem"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -222,14 +192,14 @@ export default {
...
@@ -222,14 +192,14 @@ export default {
return
{
return
{
applyList
:
[
applyList
:
[
{
{
img
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/apply_step3.png'
,
img
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/apply_step3.png'
,
tit
:
'GMAT'
,
tit
:
'GMAT'
,
desc
:
'1. GMAT 550分及以上<br/>2. 无GMAT成绩或GMAT低于550分的申请者,入学后须参加GMAT强化课程并考试合格。'
,
desc
:
'1. GMAT 550分及以上<br/>2. 无GMAT成绩或GMAT低于550分的申请者,入学后须参加GMAT强化课程并考试合格。'
,
tips
:
''
tips
:
''
},
},
{
{
img
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/apply_step2.png'
,
img
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/apply_step2.png'
,
tit
:
'语言'
,
tit
:
'语言'
,
desc
:
desc
:
'1. 托福≥80分或雅思≥6.5分(单项不低于6.0)<br/>2. 无法满足上述语言要求但符合下列情况之一的申请者,入学后须参加英语强化课程学习并于第二学年赴美国参加纽约州立大学石溪分校组织的语言考试且合格'
,
'1. 托福≥80分或雅思≥6.5分(单项不低于6.0)<br/>2. 无法满足上述语言要求但符合下列情况之一的申请者,入学后须参加英语强化课程学习并于第二学年赴美国参加纽约州立大学石溪分校组织的语言考试且合格'
,
...
@@ -242,7 +212,7 @@ export default {
...
@@ -242,7 +212,7 @@ export default {
</ul>`
</ul>`
},
},
{
{
img
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/apply_step3.png'
,
img
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/apply_step3.png'
,
tit
:
'GPA'
,
tit
:
'GPA'
,
desc
:
'在校GPA不低于3.0或经审核具有研究生学习潜力的优秀学生。'
,
desc
:
'在校GPA不低于3.0或经审核具有研究生学习潜力的优秀学生。'
,
tips
:
''
tips
:
''
...
@@ -631,16 +601,16 @@ export default {
...
@@ -631,16 +601,16 @@ export default {
}
}
.img5
{
.img5
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-school-img4.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-school-img4.png')
;
}
}
.img6
{
.img6
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-school-img5.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-school-img5.png')
;
}
}
.img7
{
.img7
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-school-img6.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-school-img6.png')
;
}
}
.img8
{
.img8
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/pc-school-img7.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/sbu-
plus/pc-school-img7.png')
;
}
}
}
}
.img4
{
.img4
{
...
@@ -825,16 +795,16 @@ export default {
...
@@ -825,16 +795,16 @@ export default {
}
}
}
}
.xz1
{
.xz1
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/h5/h5-img1.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/sbu-
plus/h5/h5-img1.png')
;
}
}
.xz2
{
.xz2
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/h5/h5-img2.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/sbu-
plus/h5/h5-img2.png')
;
}
}
.xz3
{
.xz3
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/h5/h5-img3.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/sbu-
plus/h5/h5-img3.png')
;
}
}
.xz4
{
.xz4
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/sub_
plus/h5/h5-img4.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/sbu-
plus/h5/h5-img4.png')
;
}
}
}
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论