Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
5539f69a
提交
5539f69a
authored
4月 28, 2025
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
d27d70bb
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
33 行增加
和
32 行删除
+33
-32
Footer.vue
components/layout/h5/Footer.vue
+5
-5
rightAside.vue
components/rightAside.vue
+24
-24
en-US.js
langs/en-US.js
+1
-1
zh-CN.js
langs/zh-CN.js
+1
-1
index.vue
pages/index.vue
+2
-1
没有找到文件。
components/layout/h5/Footer.vue
浏览文件 @
5539f69a
...
...
@@ -2,7 +2,7 @@
<footer
class=
"main-footer"
>
<div
class=
"top"
>
<div
class=
"about"
>
<p>
地
址:北京市海淀区
中关村东路1号院清华科技园7号楼5层
</p>
<p>
地
址:北京市海淀区
北四环西路52号方正国际大厦5层501
</p>
<p>
联系电话:010-62793909
</p>
<p>
邮
箱:service@ezijing.com
</p>
</div>
...
...
@@ -36,16 +36,16 @@ export default {
{
title
:
'瑞士美食艺术管理大学'
,
href
:
'https://www.culinaryartsswitzerland.com/en/'
},
{
title
:
'瑞士恺撒里兹大学'
,
href
:
'https://www.cesarritzcolleges.edu/en/'
},
{
title
:
'瑞士酒店管理大学 MBA'
,
href
:
'https://shms.ezijing.com/'
},
{
title
:
'紫荆教育'
,
href
:
'https://www.ezijing.com/'
}
{
title
:
'紫荆教育'
,
href
:
'https://www.ezijing.com/'
}
,
],
link2
:
[
{
title
:
'中国人民银行'
,
href
:
'http://www.pbc.gov.cn/'
},
{
title
:
'中国涉外监管网'
,
href
:
'http://jsj.moe.gov.cn/'
},
{
title
:
'中国银行协会'
,
href
:
'https://www.china-cba.net/'
},
{
title
:
'中国证券投资基金业协会'
,
href
:
'https://www.amac.org.cn/'
}
]
}
{
title
:
'中国证券投资基金业协会'
,
href
:
'https://www.amac.org.cn/'
},
],
}
},
}
</
script
>
...
...
components/rightAside.vue
浏览文件 @
5539f69a
<
template
>
<div
class=
"right_bar"
>
<ul
class=
"tab_btns"
>
<li
<
!--
<
li
:class=
"
{ enroll: true, active: tabBtnActive
&&
tabBtnTarget === 'enroll' }"
@mouseenter="handleMsOver('enroll')"
@mouseleave="handleMsOut"
>
<p>
{{
$t
(
'aside.apply'
)
}}
</p>
</li>
</li>
-->
<li
:class=
"
{ wx: true, active: tabBtnActive
&&
tabBtnTarget === 'wx' }"
@mouseenter="handleMsOver('wx')"
...
...
@@ -59,7 +59,7 @@
</div>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<h5>
{{
$t
(
'aside.follow'
)
}}
</h5>
<img
src=
"
https://webapp-pub.ezijing.com/project/caas/qr.jpe
g"
/>
<img
src=
"
/images/qrcode.pn
g"
/>
</div>
</div>
</transition>
...
...
@@ -79,7 +79,7 @@ export default {
formInfo
:
{
name
:
''
,
phone
:
''
,
newProjectId
:
process
.
env
.
projectId
newProjectId
:
process
.
env
.
projectId
,
},
projectList
:
[
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
...
...
@@ -88,8 +88,8 @@ export default {
{
label
:
'应用心理学硕士'
,
value
:
'1006'
},
{
label
:
'教育学硕士'
,
value
:
'1005'
},
{
label
:
'中国未来金融领袖计划'
,
value
:
'1007'
},
{
label
:
'本科 / 硕士课程'
,
value
:
'1015'
}
]
{
label
:
'本科 / 硕士课程'
,
value
:
'1015'
}
,
]
,
}
},
methods
:
{
...
...
@@ -104,7 +104,7 @@ export default {
},
submitEnroll
()
{
let
flag
=
true
Object
.
keys
(
this
.
formInfo
).
map
(
item
=>
{
Object
.
keys
(
this
.
formInfo
).
map
(
(
item
)
=>
{
if
(
this
.
formInfo
[
item
]
===
''
)
{
flag
=
false
}
...
...
@@ -115,17 +115,17 @@ export default {
this
.
$message
(
'手机号格式错误'
)
}
else
{
this
.
checkSendcode
()
.
then
(
res
=>
{
.
then
(
(
res
)
=>
{
return
this
.
enrollQuery
()
})
.
then
(
res
=>
{
.
then
(
(
res
)
=>
{
this
.
$message
({
type
:
'success'
,
message
:
'报名成功'
,
duration
:
5000
duration
:
5000
,
})
})
.
catch
(
err
=>
{
.
catch
(
(
err
)
=>
{
if
(
err
&&
err
.
type
===
'checkcode'
)
this
.
$message
.
error
(
err
.
msg
)
else
this
.
$message
.
error
(
err
.
msg
||
'报名提交失败'
)
})
...
...
@@ -133,23 +133,23 @@ export default {
},
enrollQuery
()
{
const
params
=
{
channel
:
localStorage
.
getItem
(
'channel_num'
)
||
19960
,
channel
:
localStorage
.
getItem
(
'channel_num'
)
||
19960
,
project_id
:
this
.
formInfo
.
newProjectId
,
name
:
this
.
formInfo
.
name
,
phone
:
this
.
formInfo
.
phone
phone
:
this
.
formInfo
.
phone
,
}
return
new
Promise
((
resolve
,
reject
)
=>
{
postNes
(
params
).
then
(
res
=>
{
postNes
(
params
).
then
(
(
res
)
=>
{
if
(
res
&&
res
.
status
===
200
&&
res
.
error
===
0
)
{
resolve
({
type
:
'enroll'
,
state
:
'success'
state
:
'success'
,
})
}
else
{
reject
({
type
:
'enroll'
,
state
:
'fail'
,
msg
:
res
.
message
||
'报名提交失败'
msg
:
res
.
message
||
'报名提交失败'
,
})
}
})
...
...
@@ -163,10 +163,10 @@ export default {
}
else
{
const
param
=
{
account
:
this
.
formInfo
.
phone
,
service
:
'ezijing.com'
service
:
'ezijing.com'
,
}
sendCode
(
param
)
.
then
(
res
=>
{
.
then
(
(
res
)
=>
{
this
.
btnDisabledTimer
()
if
(
res
&&
res
.
code
===
0
)
this
.
$message
.
success
(
'验证码已发送,请注意查收'
)
else
this
.
$message
.
error
(
'获取验证码失败,请稍后再试'
)
...
...
@@ -177,21 +177,21 @@ export default {
checkSendcode
()
{
const
checkCodeParam
=
{
account
:
this
.
formInfo
.
phone
,
code
:
this
.
sendCode
code
:
this
.
sendCode
,
}
return
new
Promise
((
resolve
,
reject
)
=>
{
checkCode
(
checkCodeParam
).
then
(
res
=>
{
checkCode
(
checkCodeParam
).
then
(
(
res
)
=>
{
if
(
res
&&
res
.
code
===
0
)
{
res
.
type
=
'checkcode'
resolve
({
type
:
'checked'
,
state
:
'success'
state
:
'success'
,
})
}
else
{
reject
({
type
:
'checked'
,
state
:
'fail'
,
msg
:
res
.
msg
||
'验证码检测失败'
msg
:
res
.
msg
||
'验证码检测失败'
,
})
}
})
...
...
@@ -211,8 +211,8 @@ export default {
document
.
querySelector
(
'#checkedCode'
).
innerHTML
=
count
+
's'
}
},
1000
)
}
}
}
,
}
,
}
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
langs/en-US.js
浏览文件 @
5539f69a
...
...
@@ -91,7 +91,7 @@ export default {
},
// 底部
foot
:
{
address
:
'地 址:北京市海淀区
中关村东路1号院清华科技园7号楼5层
'
,
address
:
'地 址:北京市海淀区
北四环西路52号方正国际大厦5层501
'
,
contact
:
'联系电话:010-62793909'
,
email
:
'邮 箱:service@ezijing.com'
,
link1
:
'中国教育部'
,
...
...
langs/zh-CN.js
浏览文件 @
5539f69a
...
...
@@ -91,7 +91,7 @@ export default {
},
// 底部
foot
:
{
address
:
'地 址:北京市海淀区
中关村东路1号院清华科技园7号楼5层
'
,
address
:
'地 址:北京市海淀区
北四环西路52号方正国际大厦5层501
'
,
contact
:
'联系电话:010-62793909'
,
email
:
'邮 箱:service@ezijing.com'
,
link1
:
'中国教育部'
,
...
...
pages/index.vue
浏览文件 @
5539f69a
<
template
>
<div
class=
"container"
>
<img
src=
"/images/banner.png"
style=
"width:100%;object-fit: cover;"
/>
<!-- 轮播图 -->
<
banner
/
>
<
!--
<banner
/>
--
>
<!-- 项目特色 -->
<project-features
/>
<project-background
/>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论