Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
495c8170
提交
495c8170
authored
3月 15, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 报名费700元->800元;MBA->EMBA
上级
1690c1be
显示空白字符变更
内嵌
并排
正在显示
18 个修改的文件
包含
37 行增加
和
32 行删除
+37
-32
formBox.vue
src/components/formBox.vue
+1
-1
banner.vue
src/components/home/banner.vue
+2
-2
footer.vue
src/components/layout/footer.vue
+2
-2
header.vue
src/components/layout/header.vue
+9
-3
rightAside.vue
src/components/layout/rightAside.vue
+1
-1
teacherInfo.vue
src/components/teacherInfo.vue
+2
-2
index.html
src/index.html
+2
-2
index.vue
src/pages/login/index.vue
+1
-1
index.vue
src/pages/major-set/index.vue
+4
-4
index.js
src/pages/my/admission/form/index.js
+2
-2
xfjn.js
src/pages/my/admission/form/xfjn.js
+1
-1
xy.vue
src/pages/my/admission/xy.vue
+1
-1
qrcodePay.vue
src/pages/my/application/components/qrcodePay.vue
+1
-1
declare.js
src/pages/my/application/form/declare.js
+1
-1
answer.js
src/pages/my/application/form/info/answer.js
+2
-2
pay.vue
src/pages/my/application/pay.vue
+1
-1
indexPay.vue
src/pages/my/welcome/indexPay.vue
+2
-3
indexWelcome.vue
src/pages/my/welcome/indexWelcome.vue
+2
-2
没有找到文件。
src/components/formBox.vue
浏览文件 @
495c8170
...
...
@@ -2,7 +2,7 @@
<div
class=
"section-form"
>
<div
class=
"section-form-inner"
>
<div
class=
"form-box"
>
<h2>
玛丽伍德大学
<br
/>
数字领导力方向MBA
</h2>
<h2>
玛丽伍德大学
<br
/>
数字领导力方向
E
MBA
</h2>
<p>
填写姓名 + 手机, 点击报名咨询
</p>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
>
<el-form-item
prop=
"name"
>
...
...
src/components/home/banner.vue
浏览文件 @
495c8170
...
...
@@ -8,7 +8,7 @@
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/banner_block.png"
/>
<div
class=
"cover-inner"
>
<h1>
玛丽伍德大学
</h1>
<h2>
数字领导力方向MBA
</h2>
<h2>
数字领导力方向
E
MBA
</h2>
<p>
赋能当今社会每位管理人,成就数字时代先锋领导者系统、实用、数字地赋能项目成长和企业转型升级
</p>
...
...
@@ -26,7 +26,7 @@
<div
class=
"intr-content"
>
<div
class=
"cover-inner"
>
<h1>
玛丽伍德大学
</h1>
<h2>
数字领导力方向MBA
</h2>
<h2>
数字领导力方向
E
MBA
</h2>
<p>
赋能当今社会每位管理人,成就数字时代先锋领导者系统、实用、数字地赋能项目成长和企业转型升级
</p>
...
...
src/components/layout/footer.vue
浏览文件 @
495c8170
...
...
@@ -7,7 +7,7 @@
<span>
学校官网
</span>
</h4>
<a
href=
"https://www.marywood.edu/"
target=
"_blank"
>
玛丽伍德大学官网
</a>
<a
href=
"https://www.marywood.edu/programs/featured/zijing-mba"
target=
"_blank"
>
紫荆玛丽伍德MBA
</a>
<a
href=
"https://www.marywood.edu/programs/featured/zijing-mba"
target=
"_blank"
>
紫荆玛丽伍德
E
MBA
</a>
</div>
<div
class=
"footer-link"
>
<h4>
...
...
@@ -29,7 +29,7 @@
<a
href=
"https://www.marywood.edu/news/2019-Master-of-Business-Administration-Program-Top-Ranking"
target=
"_blank"
>
2019年Study.com美国MBA项目排名前50
</a
>
2019年Study.com美国
E
MBA项目排名前50
</a
>
</div>
</div>
...
...
src/components/layout/header.vue
浏览文件 @
495c8170
...
...
@@ -5,8 +5,14 @@
<div
class=
"header-main"
>
<div
class=
"logo"
>
<router-link
to=
"/"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/marywood_logo%402x.png"
v-show=
"fixed && !isEnter"
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/marywood_logo%402x%20(1).png"
v-show=
"isEnter || !fixed"
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/marywood_logo%402x.png"
v-show=
"fixed && !isEnter"
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/marywood_logo%402x%20(1).png"
v-show=
"isEnter || !fixed"
/>
</router-link>
</div>
<nav
class=
"nav"
>
...
...
@@ -31,7 +37,7 @@ export default {
scrollTop
:
0
,
navList
:
[
{
title
:
'首页'
,
path
:
'/index'
},
{
title
:
'工商管理硕士(MBA)'
,
path
:
'/profession'
},
{
title
:
'工商管理硕士(
E
MBA)'
,
path
:
'/profession'
},
{
title
:
'报名申请'
,
path
:
'/my'
},
{
title
:
'最新动态'
,
path
:
'/news'
},
{
title
:
'联系我们'
,
path
:
'/contact'
}
...
...
src/components/layout/rightAside.vue
浏览文件 @
495c8170
...
...
@@ -52,7 +52,7 @@ export default {
tabBtnActive
:
true
,
isShowBtn
:
false
,
tabBtnTarget
:
''
,
projectName
:
'工商管理硕士(MBA)'
,
projectName
:
'工商管理硕士(
E
MBA)'
,
sendCode
:
''
,
isBtnDisabled
:
false
,
formInfo
:
{
...
...
src/components/teacherInfo.vue
浏览文件 @
495c8170
...
...
@@ -56,7 +56,7 @@ export default {
'创新创业学副教授'
,
'全球最大无人机培训公司'
,
'「DARTdrones」创始人'
,
'玛丽伍德大学MBA,天普大学博士'
'玛丽伍德大学
E
MBA,天普大学博士'
]
},
{
...
...
@@ -112,7 +112,7 @@ export default {
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/teacher4.png'
,
title
:
'吕景胜'
,
label
:
''
,
main
:
[
'中国人民大学商学院教授'
,
'MBA最佳教师,博士生导师'
,
'美的集团特聘法律顾问'
,
'中国人民大学法学博士'
]
main
:
[
'中国人民大学商学院教授'
,
'
E
MBA最佳教师,博士生导师'
,
'美的集团特聘法律顾问'
,
'中国人民大学法学博士'
]
},
{
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/teacher1.png'
,
...
...
src/index.html
浏览文件 @
495c8170
...
...
@@ -8,14 +8,14 @@
<!-- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> -->
<!-- <meta http-equiv="Pragma" content="no-cache" /> -->
<!-- <meta http-equiv="Expires" content="0" /> -->
<title>
紫荆教育-玛丽伍德大学数字领导力方向MBA
</title>
<title>
紫荆教育-玛丽伍德大学数字领导力方向
E
MBA
</title>
<meta
name=
"description"
content=
"美国玛丽伍德大学(Marywood University)创办于 1915 年,Money评选的全美最具性价比大学,玛丽伍德大学是一所拥有128名全职教授、超过 3,000 名在校学生的综合性大学,大学设置超过100个本科、硕士及博士专业"
/>
<meta
name=
"keywords"
content=
"工商管理硕士,
MBA硕士,免联考MBA,国际MBA,通用MBA,在职MBA,在线MBA,
MBA,商学院,管理学,玛丽伍德大学,玛丽伍德,Marywood"
content=
"工商管理硕士,
EMBA硕士,免联考EMBA,国际EMBA,通用EMBA,在职EMBA,在线EMBA,E
MBA,商学院,管理学,玛丽伍德大学,玛丽伍德,Marywood"
/>
<!-- <meta
name="viewport"
...
...
src/pages/login/index.vue
浏览文件 @
495c8170
...
...
@@ -5,7 +5,7 @@
<div
class=
"content"
>
<div
class=
"title"
>
<span
class=
"icon"
></span>
<p>
玛丽伍德大学数字领导力MBA报名系统
</p>
<p>
玛丽伍德大学数字领导力
E
MBA报名系统
</p>
</div>
<div
class=
"login"
>
<normal-login>
...
...
src/pages/major-set/index.vue
浏览文件 @
495c8170
...
...
@@ -4,9 +4,9 @@
<div
class=
"banner-text"
>
<p>
传统的领导者注重于对人员和物理资产的管理
</p>
<p>
数字领导者将人与数字资产相互赋能倍增效益
</p>
<P>
传统的MBA课程体系或许已经不能满足当今数字时代各行各业的发展
</P>
<h1>
紫荆-玛丽伍德大学数字领导力方向MBA
</h1>
<p>
系统实用的MBA课程体系与数字时代碰撞
</p>
<P>
传统的
E
MBA课程体系或许已经不能满足当今数字时代各行各业的发展
</P>
<h1>
紫荆-玛丽伍德大学数字领导力方向
E
MBA
</h1>
<p>
系统实用的
E
MBA课程体系与数字时代碰撞
</p>
</div>
<el-carousel
arrow=
"never"
class=
"banner-swiper"
>
<el-carousel-item
v-for=
"item in bannerList"
:key=
"item.src"
><img
:src=
"item.src"
/></el-carousel-item>
...
...
@@ -83,7 +83,7 @@
<li>
修满
<span>
30
</span>
学分
</li>
</ul>
<p>
修满全部学分并考核合格后,由玛丽伍德大学授予工商管理硕士(MBA)学位,学位证书与出国留学学习所获得的学位证书相同。
修满全部学分并考核合格后,由玛丽伍德大学授予工商管理硕士(
E
MBA)学位,学位证书与出国留学学习所获得的学位证书相同。
</p>
</div>
</div>
...
...
src/pages/my/admission/form/index.js
浏览文件 @
495c8170
...
...
@@ -4,13 +4,13 @@ import ywjl from './ywjl'
import
xy
from
'./xy'
import
xfjn
from
'./xfjn'
import
tjx
from
'./tjx'
import
xlrz
from
'./xlrz'
//
import xlrz from './xlrz'
import
zp
from
'./zp'
export
default
function
(
_this
)
{
return
{
id
:
'admission'
,
title
:
'入学办理'
,
children
:
[
cjd
(
_this
),
tjx
(
_this
),
ywjl
,
zp
(
_this
),
xy
(
_this
),
xfjn
(
_this
)
,
xlrz
(
_this
)
]
children
:
[
cjd
(
_this
),
tjx
(
_this
),
ywjl
,
zp
(
_this
),
xy
(
_this
),
xfjn
(
_this
)]
}
}
src/pages/my/admission/form/xfjn.js
浏览文件 @
495c8170
...
...
@@ -25,7 +25,7 @@ export default function(_this) {
},
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'admission_xy'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'admission_xlrz'
}
}
},
//
next: { to: { query: { active: 'admission_xlrz' } } },
hasButton
:
false
,
options
:
{
'label-position'
:
'top'
},
hint
:
`
...
...
src/pages/my/admission/xy.vue
浏览文件 @
495c8170
...
...
@@ -46,7 +46,7 @@
<p>
2.
<b>
入学项目:
</b></p>
<p>
<b
>
项目课程为【紫荆教育-索菲亚金融方向工商管理硕士(FMBA)2021年春季班】。该项目学制为【2】年,自当期项目课程开课之日起计算。
</b
>
项目课程为【紫荆教育-索菲亚金融方向工商管理硕士(F
E
MBA)2021年春季班】。该项目学制为【2】年,自当期项目课程开课之日起计算。
</b
>
如学员因个人原因需要延长学习期限的,须至少提前
<b>
【3】
</b>
个月申请延期,批准后方可延期毕业。最长可延期
<b>
【12】
</b>
个月,自所报名的项目课程原定毕业之日起算。
</p>
<p>
...
...
src/pages/my/application/components/qrcodePay.vue
浏览文件 @
495c8170
...
...
@@ -6,7 +6,7 @@
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请紫荆-玛丽伍德大学数字领导力MBA硕士项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
申请紫荆-玛丽伍德大学数字领导力
E
MBA硕士项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
...
...
src/pages/my/application/form/declare.js
浏览文件 @
495c8170
...
...
@@ -46,7 +46,7 @@ export default function(_this) {
values
:
[{
label
:
'同意'
,
value
:
1
}],
model
:
'isAgree'
,
rules
:
[{
required
:
true
,
message
:
'请阅读协议'
,
trigger
:
'change'
}],
prepend
:
`<p>1、本人知晓此申请表及所附文件将作为申请紫荆-玛丽伍德大学MBA面试和背景评估的参考依据,一旦成功录取,有关资料将作为学生信息存档。</p>
prepend
:
`<p>1、本人知晓此申请表及所附文件将作为申请紫荆-玛丽伍德大学
E
MBA面试和背景评估的参考依据,一旦成功录取,有关资料将作为学生信息存档。</p>
<p>2、本人声明所填资料正确无误,知晓任何不真实的信息或不诚信的行为,均会影响申请结果,已取得的成绩和资格会被取消。我理解并同意所有报名材料归紫荆教育所有,无论考生录取与否均不退回。我授权紫荆教育使用报名表中的信息查询本人学习和工作记录。</p>`
}
]
...
...
src/pages/my/application/form/info/answer.js
浏览文件 @
495c8170
...
...
@@ -19,7 +19,7 @@ export default function(_this) {
const
[
first
=
{},
second
=
{}]
=
answers
return
{
qid1
:
first
.
qid
||
'1'
,
question1
:
'您为什么要申请紫荆-玛丽伍德大学数字领导力MBA硕士项目?'
,
question1
:
'您为什么要申请紫荆-玛丽伍德大学数字领导力
E
MBA硕士项目?'
,
answer1
:
first
.
answer
,
qid2
:
second
.
qid
||
'2'
,
question2
:
'您的短期和长期职业发展目标是什么?您打算如何达成此愿景?'
,
...
...
@@ -45,7 +45,7 @@ export default function(_this) {
items
:
[
{
type
:
'v-input'
,
label
:
'您为什么要申请紫荆-玛丽伍德大学数字领导力MBA硕士项目?(60字以上,1000字以内)'
,
label
:
'您为什么要申请紫荆-玛丽伍德大学数字领导力
E
MBA硕士项目?(60字以上,1000字以内)'
,
model
:
'answer1'
,
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
rules
:
[
...
...
src/pages/my/application/pay.vue
浏览文件 @
495c8170
...
...
@@ -3,7 +3,7 @@
<h5-pay
@
update=
"handleUpdateOrder"
v-if=
"isWechat"
></h5-pay>
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<div
class=
"pay-ft"
>
<p
class=
"t2"
>
注释:成功提交
7
00元申请费后,申请人还需上传并提交最高学历(学位)证书 (注:申请费不退还)
</p>
<p
class=
"t2"
>
注释:成功提交
8
00元申请费后,申请人还需上传并提交最高学历(学位)证书 (注:申请费不退还)
</p>
</div>
<el-dialog
title=
"报名费缴费成功"
...
...
src/pages/my/welcome/indexPay.vue
浏览文件 @
495c8170
...
...
@@ -4,9 +4,8 @@
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<div
class=
"pay-ft"
>
<p
class=
"t2"
>
注释:在提交700元申请费后,申请人需上传并提交如下文件。
<br
/>
①填写报名表、②完成推荐信2封、③本科学历学位证书、④中英文成绩单、⑤个人证件照
<br
/>
该申请费不退,请慎重缴费!
注释:在提交800元申请费后,申请人需上传并提交如下文件。
<br
/>
①填写报名表、②完成推荐信2封、③本科学历学位证书、④中英文成绩单、⑤个人证件照
</p>
</div>
<el-dialog
...
...
src/pages/my/welcome/indexWelcome.vue
浏览文件 @
495c8170
...
...
@@ -6,8 +6,8 @@
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请紫荆-玛丽伍德大学数字领导力方向MBA硕士项目,请在填写以下内容
<br
/>
提交报名申请后,扫码支付本项目的注册费、申请费共计
<span>
7
00
</span>
元。(该申请费不退,请慎重缴费!)
申请紫荆-玛丽伍德大学数字领导力方向
E
MBA硕士项目,请在填写以下内容
<br
/>
提交报名申请后,扫码支付本项目的注册费、申请费共计
<span>
8
00
</span>
元。(该申请费不退,请慎重缴费!)
</p>
</div>
<div
class=
"form"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论