Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
d4d49466
提交
d4d49466
authored
2月 01, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
项目站改版
上级
cde555ca
全部展开
显示空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
349 行增加
和
62 行删除
+349
-62
headBanner.vue
src/components/headBanner.vue
+42
-2
poster.vue
src/components/poster.vue
+58
-0
index.html
src/index.html
+1
-0
schoolHelp.vue
src/pages/hall/components/schoolHelp.vue
+39
-8
studentHelp.vue
src/pages/hall/components/studentHelp.vue
+40
-7
teacherHelp.vue
src/pages/hall/components/teacherHelp.vue
+38
-7
index.vue
src/pages/hall/index.vue
+59
-26
index.vue
src/pages/home/index.vue
+0
-0
index.vue
src/pages/service/index.vue
+10
-3
detail.vue
src/pages/train/detail.vue
+62
-9
没有找到文件。
src/components/headBanner.vue
浏览文件 @
d4d49466
<
template
>
<div>
<div
class=
"home-head"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/097c7cf05ebd01ac34743c50fb0ed9f1.png"
alt=
""
>
<swiper
ref=
"mySwiper"
:options=
"swiperOptions"
class=
"item-swiper"
>
<swiper-slide
v-for=
"(item, index) in swiperList"
:key=
"index"
>
<router-link
:to=
"`/news/detail?id=$
{item.id}
&
type=home`">
<img
:src=
"item"
alt=
""
/>
</router-link>
</swiper-slide>
</swiper>
</div>
</div>
</
template
>
<
script
>
export
default
{
import
{
swiper
,
swiperSlide
,
directive
}
from
'vue-awesome-swiper'
import
'swiper/swiper-bundle.css'
export
default
{
components
:
{
swiper
,
swiperSlide
},
directives
:
{
swiper
:
directive
},
data
()
{
const
_this
=
this
return
{
swiperList
:
[
'https://zws-imgs-pub.ezijing.com/static/public/097c7cf05ebd01ac34743c50fb0ed9f1.png'
,
'https://zws-imgs-pub.ezijing.com/static/public/097c7cf05ebd01ac34743c50fb0ed9f1.png'
],
swiperOptions
:
{
on
:
{
slideChangeTransitionStart
:
function
()
{
_this
.
swiperIndex
=
this
.
activeIndex
}
},
observer
:
true
,
//修改swiper自己或子元素时,自动初始化swiper
observeParents
:
true
,
//修改swiper的父元素时,自动初始化swiper
loop
:
true
,
autoplay
:
{
delay
:
2000
,
disableOnInteraction
:
false
}
}
}
},
computed
:
{
swiper
()
{
return
this
.
$refs
.
mySwiper
.
$swiper
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.home-head
{
...
...
src/components/poster.vue
0 → 100644
浏览文件 @
d4d49466
<
template
>
<div>
<div
class=
"home-head"
>
<swiper
ref=
"mySwiper"
:options=
"swiperOptions"
class=
"item-swiper"
>
<swiper-slide
v-for=
"(item, index) in swiperList"
:key=
"index"
>
<router-link
:to=
"`/news/detail?id=$
{item.id}
&
type=home`">
<img
:src=
"item"
alt=
""
/>
</router-link>
</swiper-slide>
</swiper>
</div>
</div>
</
template
>
<
script
>
import
{
swiper
,
swiperSlide
,
directive
}
from
'vue-awesome-swiper'
export
default
{
components
:
{
swiper
,
swiperSlide
},
directives
:
{
swiper
:
directive
},
data
()
{
const
_this
=
this
return
{
swiperList
:
[
'https://zws-imgs-pub.ezijing.com/static/public/3dceecce8df0a6dcb06d48c75ada807b.png'
],
swiperOptions
:
{
on
:
{
slideChangeTransitionStart
:
function
()
{
_this
.
swiperIndex
=
this
.
activeIndex
}
},
observer
:
true
,
//修改swiper自己或子元素时,自动初始化swiper
observeParents
:
true
,
//修改swiper的父元素时,自动初始化swiper
loop
:
true
,
autoplay
:
{
delay
:
2000
,
disableOnInteraction
:
false
}
}
}
},
computed
:
{
swiper
()
{
return
this
.
$refs
.
mySwiper
.
$swiper
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.home-head
{
img
{
width
:
100%
;
display
:
block
;
}
}
</
style
>
src/index.html
浏览文件 @
d4d49466
...
...
@@ -23,6 +23,7 @@
src=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/static/compatible/es5-sham.min.js"
></script>
<!-- 三方插件引入 -->
<script
src=
"https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/static/convertString/base64-new.js"
...
...
src/pages/hall/components/schoolHelp.vue
浏览文件 @
d4d49466
...
...
@@ -6,11 +6,11 @@
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/fef814a1209bab02367cfdf8ab4f51dc.png"
alt=
""
class=
"img"
>
<div
class=
"p1"
>
<span>
试点申报入口:
</span>
<div
class=
"all-btn"
>
看通知
</div>
<div
class=
"all-btn"
@
click=
"goPage('https://vslc.ncb.edu.cn/csr-declaraPlatform', 1)"
>
去申请
</div>
</div>
<div
class=
"p1"
>
<span
class=
"text-index-2em"
>
通知关注:
</span>
<div
class=
"all-btn"
>
看通知
</div>
<div
class=
"all-btn"
@
click=
"goPage('/news')"
>
看通知
</div>
</div>
<div
class=
"p1"
>
<span
class=
"text-index-2em"
>
通知关注:
</span>
...
...
@@ -19,10 +19,10 @@
</div>
<div
class=
"module2"
>
<div
class=
"content-max-width"
>
<div
class=
"title"
>
组织老师培训
</div>
<div
class=
"title"
>
考点申报
</div>
<div
class=
"p"
>
有关单位意向申报成为1+X职业技能等级证书考核站点,请按要求登录政府网站申请试点院校业务平台(网址: https://vslc.ncb.edu.cn )输入试点院校管理员的账号密码,在考试管理菜单中,打开申报考点栏目,即可自主申报考核站点
</div>
<div
class=
"all-btn con-btn"
>
去申请
</div>
<div
class=
"title mar-t36"
>
组织开班授课
</div>
<div
class=
"all-btn con-btn"
@
click=
"goPage('https://vslc.ncb.edu.cn', 1)"
>
去申请
</div>
<div
class=
"title mar-t36"
id=
"points1"
>
组织开班授课
</div>
<div
class=
"item"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/6a969be695f821530e26bda9cdd727fb.png"
alt=
""
>
<div
class=
"content"
>
...
...
@@ -31,16 +31,16 @@
支持视频课程教学播放、PPT课程讲义播放。
<br/>
管理班级学员和开班课,了解各班学习进度
</div>
<div
class=
"all-btn"
>
进入系统
</div>
<div
class=
"all-btn"
@
click=
"goPage('https://x-learning.ezijing.com/', 1)"
>
进入系统
</div>
</div>
</div>
</div>
</div>
<div
class=
"module3 content-max-width"
>
<div
class=
"title"
>
考试报名
</div>
<div
class=
"title"
id=
"points2"
>
考试报名
</div>
<div
class=
"text-box"
>
<div
class=
"text"
>
成绩查询请前往职业技能等级证书信息管理服务平台(网址: https://vslc.ncb.edu.cn/csr-scoreCertificate)进行查询。
</div>
<div
class=
"all-btn"
>
进入系统
</div>
<div
class=
"all-btn"
@
click=
"goPage('https://vslc.ncb.edu.cn/csr-scoreCertificate', 1)"
>
进入系统
</div>
</div>
<div
class=
"img-box"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/182e9ee4459c70648ddd626075d666a8.png"
alt=
""
>
...
...
@@ -51,6 +51,37 @@
</
template
>
<
script
>
export
default
{
mounted
()
{
if
(
this
.
$route
.
query
.
point
)
{
setTimeout
(()
=>
{
this
.
pointScroll
()
},
500
)
}
},
methods
:
{
pointScroll
(){
$
(
'html, body'
).
animate
({
scrollTop
:
$
(
`#point
${
this
.
$route
.
query
.
point
}
`
).
offset
().
top
},
300
)
},
goPage
(
path
,
n
)
{
if
(
n
)
{
window
.
open
(
path
)
}
else
{
this
.
$router
.
push
({
path
:
path
})
}
}
},
watch
:
{
$route
:
{
handler
:
function
(
val
,
oldVal
){
this
.
pointScroll
()
},
deep
:
true
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
src/pages/hall/components/studentHelp.vue
浏览文件 @
d4d49466
<
template
>
<div
class=
"candida-box"
>
<div
class=
"module1 content-max-width"
>
<div
class=
"title"
>
考生报名
</div>
<div
class=
"title"
id=
"point1"
>
考生报名
</div>
<div
class=
"dosc"
>
1+X证书制度是国家职业教育改革方案实施的重要举措,为全面落实《国家职业教育改革实施方案》和教育部等四部印发的《关于在院校实施“学历证书”+若干职业技能等级证书制度试点方案》(简称1+X证书)文件精神,高效有序推进《金融产品数字化营销职业技能等级证书》考核工作,对已申报1+X证书试点的院校,现开启考试报名工作,有关事项安排如下:
</div>
<div
class=
"p"
>
<span>
考试报名对象:
</span>
...
...
@@ -35,14 +35,14 @@
</div>
<div
class=
"module2"
>
<div
class=
"content-max-width"
>
<div
class=
"title"
>
学习课程
</div>
<div
class=
"item"
>
<div
class=
"title"
id=
"point1"
>
学习课程
</div>
<div
class=
"item
flex
"
>
<img
class=
"img"
src=
"https://zws-imgs-pub.ezijing.com/static/public/dc31668fb1d44405ad8b52c94d9c5e3b.png"
alt=
""
>
<div
class=
"content-text"
>
<div
class=
"text"
>
学习系统以学习课程和做题练题为主要功能。学习课程以视频展示,清晰、流畅且稳定。视频播放支持倍速、全屏切换、课程讲义和视频双频同步播放;视频章节中插入试卷随学随考;支持视频课程及PDF、PPT等文本课程学习。做题练题区分模拟测试和错题、收藏功能。模拟测试模拟真考流程,熟悉考试做题方式并评估成绩给定参考答案;错题练习系统自动记录错题,针对薄弱环节使学员多次加强练习。收藏试题主动添加试题。学习系统以帮助所有学员取得最好的成绩为目标,可随时客服反馈意见,及时处理和改进。
</div>
<div
class=
"run-btn"
>
进入系统
</div>
<div
class=
"run-btn"
@
click=
"goPage('https://x-learning.ezijing.com/', 1)"
>
进入系统
</div>
</div>
</div>
<div
class=
"title"
>
参加考试
</div>
...
...
@@ -81,16 +81,45 @@
<div
class=
"title mar-t36"
>
成绩查询
</div>
<div
class=
"p"
>
成绩查询请前往职业技能等级证书信息管理服务平台(网址: https://vslc.ncb.edu.cn/csr-scoreCertificate)进行查询。
</div>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/e2c0c840ca551e344ffff6c03775030c.png"
class=
"img1"
alt=
""
>
<div
class=
"btn"
>
去查询
</div>
<div
class=
"btn"
@
click=
"goPage('https://vslc.ncb.edu.cn/csr-scoreCertificate', 1)"
>
去查询
</div>
<div
class=
"title"
>
证书查询
</div>
<div
class=
"p"
>
证书查询请前往职业技能等级证书信息管理服务平台(网址: https://vslc.ncb.edu.cn/csr-verification)进行查询。
</div>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/8176a5a1080aeb1e67240d85d12ef468.png"
alt=
""
class=
"img2"
>
<div
class=
"btn"
>
去查询
</div>
<div
class=
"btn"
@
click=
"goPage('https://vslc.ncb.edu.cn/csr-verification', 1)"
>
去查询
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
mounted
()
{
if
(
this
.
$route
.
query
.
point
)
{
this
.
pointScroll
()
}
},
methods
:
{
pointScroll
(){
$
(
'html, body'
).
animate
({
scrollTop
:
$
(
`#point
${
this
.
$route
.
query
.
point
}
`
).
offset
().
top
},
500
);
},
goPage
(
path
,
n
)
{
if
(
n
)
{
window
.
open
(
path
)
}
else
{
this
.
$router
.
push
({
path
:
path
})
}
}
},
watch
:
{
$route
:
{
handler
:
function
(
val
,
oldVal
){
this
.
pointScroll
()
},
deep
:
true
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
@@ -142,6 +171,7 @@ export default {
margin-top
:
16px
;
}
.bm-btn
{
cursor
:
pointer
;
width
:
104px
;
height
:
40px
;
background
:
linear-gradient
(
315deg
,
rgba
(
225
,
47
,
116
,
0
.83
)
0%
,
#C01540
100%
);
...
...
@@ -191,7 +221,9 @@ export default {
display
:
flex
;
}
.item
{
// display: flex;
&
.flex
{
display
:
flex
;
}
.img
{
width
:
326px
;
height
:
180px
;
...
...
@@ -284,6 +316,7 @@ export default {
margin
:
16px
auto
;
}
.btn
{
cursor
:
pointer
;
margin
:
0
auto
;
width
:
104px
;
height
:
40px
;
...
...
src/pages/hall/components/teacherHelp.vue
浏览文件 @
d4d49466
...
...
@@ -11,11 +11,11 @@
</div>
<div
class=
"p1"
>
<span>
报名入口:
</span>
<div
class=
"all-btn"
>
去报名
</div>
<div
class=
"all-btn"
@
click=
"goPage('/train')"
>
去报名
</div>
</div>
<div
class=
"p1"
>
<span>
通知关注:
</span>
<div
class=
"all-btn"
>
看通知
</div>
<div
class=
"all-btn"
@
click=
"goPage('/news')"
>
看通知
</div>
</div>
<div
class=
"title mar-t36-b26"
>
老师培训
</div>
<div
class=
"item"
>
...
...
@@ -26,19 +26,19 @@
老师学习课程以视频展示为主,清晰、流畅且稳定。视频播放支持倍速、全屏切换、课程讲义和视频双频同步播放;
<br/>
辅助教学,使用学习系统,开班授课,可辅导所有学员班课讲解,以取得最好的成绩。
</div>
<div
class=
"all-btn"
>
进入系统
</div>
<div
class=
"all-btn"
@
click=
"goPage('https://x-learning.ezijing.com/', 1)"
>
进入系统
</div>
</div>
</div>
</div>
<div
class=
"module2"
>
<div
class=
"content-max-width"
>
<div
class=
"title"
>
参加考试
</div>
<div
class=
"title"
id=
"pointt1"
>
参加考试
</div>
<div
class=
"p"
>
师资培训之后,会通知各位老师线下或者线上考试。
</div>
<div
class=
"p1"
>
<span>
通知关注:
</span>
<div
class=
"all-btn"
>
看通知
</div>
<div
class=
"all-btn"
@
click=
"goPage('/news')"
>
看通知
</div>
</div>
<div
class=
"title mar-t36-b16"
>
培训证书
</div>
<div
class=
"title mar-t36-b16"
id=
"pointt2"
>
培训证书
</div>
<div
class=
"cert-box"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/c10eedf619424f2881a214284818626c.png"
alt=
""
>
<div
class=
"text"
>
师资培训通过之后,会颁发师资培训证书。
</div>
...
...
@@ -56,7 +56,7 @@
支持视频课程教学播放、PPT课程讲义播放。
<br/>
管理班级学员和开班课,了解进度
</div>
<div
class=
"all-btn"
>
进入系统
</div>
<div
class=
"all-btn"
@
click=
"goPage('https://x-learning.ezijing.com/', 1)"
>
进入系统
</div>
</div>
</div>
</div>
...
...
@@ -65,6 +65,37 @@
</
template
>
<
script
>
export
default
{
mounted
()
{
if
(
this
.
$route
.
query
.
point
)
{
setTimeout
(()
=>
{
this
.
pointScroll
()
},
500
)
}
},
methods
:
{
pointScroll
(){
$
(
'html, body'
).
animate
({
scrollTop
:
$
(
`#point
${
this
.
$route
.
query
.
point
}
`
).
offset
().
top
},
500
)
},
goPage
(
path
,
n
)
{
if
(
n
)
{
window
.
open
(
path
)
}
else
{
this
.
$router
.
push
({
path
:
path
})
}
}
},
watch
:
{
$route
:
{
handler
:
function
(
val
,
oldVal
){
this
.
pointScroll
()
},
deep
:
true
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
src/pages/hall/index.vue
浏览文件 @
d4d49466
...
...
@@ -15,7 +15,7 @@
<ul
class=
"item-box"
>
<template
v-if=
"offsetTabIndex == 0"
>
<template
v-for=
"(item, index) in examineeNav"
>
<li
:key=
"index"
@
click=
"goPage(item.path)"
>
<li
:key=
"index"
@
click=
"goPage(item.path
, item.pathType
)"
>
<img
:src=
"item.icon"
alt=
""
class=
"img"
>
<img
:src=
"item.iconActive"
alt=
""
class=
"img-active"
>
<div
class=
"text"
>
{{
item
.
text
}}
</div>
...
...
@@ -24,7 +24,7 @@
</template>
<
template
v-if=
"offsetTabIndex == 1"
>
<template
v-for=
"(item, index) in teacherNav"
>
<li
:key=
"index"
@
click=
"goPage(item.path)"
>
<li
:key=
"index"
@
click=
"goPage(item.path
, item.pathType
)"
>
<img
:src=
"item.icon"
alt=
""
class=
"img"
>
<img
:src=
"item.iconActive"
alt=
""
class=
"img-active"
>
<div
class=
"text"
>
{{
item
.
text
}}
</div>
...
...
@@ -33,7 +33,7 @@
</template>
<
template
v-if=
"offsetTabIndex == 2"
>
<template
v-for=
"(item, index) in schoolNav"
>
<li
:key=
"index"
@
click=
"goPage(item.path)"
>
<li
:key=
"index"
@
click=
"goPage(item.path
, item.pathType
)"
>
<img
:src=
"item.icon"
alt=
""
class=
"img"
>
<img
:src=
"item.iconActive"
alt=
""
class=
"img-active"
>
<div
class=
"text"
>
{{
item
.
text
}}
</div>
...
...
@@ -43,9 +43,9 @@
</ul>
</div>
</div>
<student-help
v-
if
=
"offsetTabIndex == 0"
></student-help>
<teacher-help
v-
if
=
"offsetTabIndex == 1"
></teacher-help>
<school-help
v-
if
=
"offsetTabIndex == 2"
></school-help>
<student-help
v-
show
=
"offsetTabIndex == 0"
></student-help>
<teacher-help
v-
show
=
"offsetTabIndex == 1"
></teacher-help>
<school-help
v-
show
=
"offsetTabIndex == 2"
></school-help>
</div>
</template>
<
script
>
...
...
@@ -62,115 +62,148 @@ export default {
},
data
()
{
return
{
offsetTabIndex
:
1
,
offsetTabIndex
:
0
,
offsetBtn
:
[
'我是考生'
,
'我是老师'
,
'我是学校'
],
examineeNav
:
[
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/8617726397bcc6fa81020934c57d92bd.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/ef0878be9e9fa6deab5b9dcfac9af12b.png'
,
text
:
'注册账号'
,
path
:
'register'
path
:
'
/
register'
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/5c7db419e6af3214fa53b1d4920cf7b5.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/76256d877bd6787af42d2f6010108a8b.png'
,
text
:
'学生报名'
,
path
:
''
path
:
'
/hall?role=0&point=1&home=1
'
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/b5a6b0bf40f24545fd10cbf315e5839c.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/556e2554d2545d3d3a726dbcbaf20494.png'
,
text
:
'学习课程'
,
path
:
''
path
:
'https://x-learning.ezijing.com/'
,
pathType
:
1
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/9c4d618281f12680a367d212545cf041.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/53dd24cbf9c4c1a6ed078ab3b6049e95.png'
,
text
:
'参加考试'
,
path
:
''
path
:
'https://x-exam.ezijing.com/login/6747074947782279168'
,
pathType
:
1
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/6bf9fedcbff1d13de413667b33787db3.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/3639914b6dbe79d4b2e745159fd49230.png'
,
text
:
'成绩查询'
,
path
:
''
path
:
'https://vslc.ncb.edu.cn/csr-scoreCertificate'
,
pathType
:
1
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/1e6d8f785a106b17eb698d1d563ff479.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/e3088887b1e2fc9711c7ad692e2e53cd.png'
,
text
:
'证书查询'
,
path
:
''
path
:
'https://vslc.ncb.edu.cn/csr-verification'
,
pathType
:
1
}
],
teacherNav
:
[
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/2da6e70cac93900bdb1867458c9b7449.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/c92aa5f2800a9a5bbedce54bfa0d499b.png'
,
text
:
'注册账号'
text
:
'注册账号'
,
path
:
'/register'
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/284f07548eb240cc384a102f1b7efdda.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/0c9823481d85f209b4a498945f31ea83.png'
,
text
:
'师资培训报名'
text
:
'师资培训报名'
,
path
:
'/train'
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/b278993ee5c29349ff83d1d9b4b596c9.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/8d24a5c20a8ab87d26db73ccfacd2fba.png'
,
text
:
'老师培训'
text
:
'老师培训'
,
path
:
'https://x-learning.ezijing.com/'
,
pathType
:
1
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/6f9583c270a3302a352ae9bbba64099d.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/8a16c6cd1dc986075a002fe314f21d0d.png'
,
text
:
'参加考试'
text
:
'参加考试'
,
path
:
'/hall?role=1&point=t1&home=1'
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/06f7b0220ab6d8d9d34f6d68258f2669.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/130affba0b6cefd278c31ddfab74acfc.png'
,
text
:
'培训证书'
text
:
'培训证书'
,
path
:
'/hall?role=1&point=t2&home=1'
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/70c3defef24fd1438ada43b3e1ccff87.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/fe6b2d4c31d7f6369468c675d5876671.png'
,
text
:
'开班授课'
text
:
'开班授课'
,
path
:
'https://x-learning.ezijing.com/'
,
pathType
:
1
}
],
schoolNav
:
[
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/00e366f3cc15ab30c1fd285d10989bed.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/66dd597f670a07584897d03a4c6bd9ab.png'
,
text
:
'注册账号'
text
:
'注册账号'
,
path
:
'/register'
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/1dc324792168ee1e6a07b5975e6e3d8b.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/02e1e75b3aed4a92f3038589091be1f2.png'
,
text
:
'试点申报'
text
:
'试点申报'
,
path
:
'https://vslc.ncb.edu.cn/csr-declaraPlatform'
,
pathType
:
1
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/17e3d75022ee88d4661bff4ca61f0966.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/073a7d9317d0ff8d8876c4ce53d15bc2.png'
,
text
:
'考点申报'
text
:
'考点申报'
,
path
:
'https://vslc.ncb.edu.cn/csr-declaraPlatform'
,
pathType
:
1
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/ea6a2917391444208d9084c3205227b2.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/55065b21e5ba9bc735a3d3527f07af79.png'
,
text
:
'组织老师培训'
text
:
'组织老师培训'
,
path
:
'https://x-learning.ezijing.com/'
,
pathType
:
1
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/cc4885f2f4b6f566954cdb15381916f8.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/901044f1465a5497fef8135f9e2ce4ff.png'
,
text
:
'组织开授课'
text
:
'组织开授课'
,
path
:
'/hall?role=2&point=s1&home=1'
},
{
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/1505fd4535d858b4939e46f2534bfcaf.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/3c3d204e15a400a7f74b4a9dad44cd55.png'
,
text
:
'考试报名'
text
:
'考试报名'
,
path
:
'/hall?role=2&point=s2&home=1'
}
]
]
,
}
},
mounted
()
{
this
.
offsetTabIndex
=
this
.
$route
.
query
.
role
||
0
},
methods
:
{
offsetTab
(
n
)
{
this
.
offsetTabIndex
=
n
},
goPage
(
path
,
n
)
{
if
(
n
)
{
window
.
open
(
path
)
}
else
{
this
.
$router
.
push
({
path
:
path
})
}
}
}
}
...
...
src/pages/home/index.vue
浏览文件 @
d4d49466
差异被折叠。
点击展开。
src/pages/service/index.vue
浏览文件 @
d4d49466
...
...
@@ -19,7 +19,7 @@
<span
@
click=
"isBuyShow = true"
>
《金融产品数字化营销高级》
</span>
</div>
</div>
<div
class=
"moudel2 content-max-width"
v-if=
"tabIndex == 1 && !isBuyShow"
>
<
!-- <
div class="moudel2 content-max-width" v-if="tabIndex == 1 && !isBuyShow">
<div class="con-text">
经过对中职、高职和应用型本科财税类专业教学标准的深入研究,通过与具有代表性的院校进行现场访谈,专家研讨等方式的走访调研工作,充分分析了解在书证融通方面各大院校遇到的问题,并就普遍典型问题进行梳理,对比分析2019年教育部职成司发布财经商贸大类的高等职业专业教学标准,并以中职、高职和本科三个层次对标会计专业教学标准的衔接融通方案,一共三套范例参考方案,智能财税职业技能等级标准分为初中高级,以高职为例,适用主要专业财务管理、会计、会计信息管理、审计、税务等专业。暂按16学时计为1学分,智能财税职业技能等级标准(初级)的总学时为136,其中上册40学时、中册56学时、下册40学时,完成初级阶段学习,需要完成其中两门共计96个学时,其中2册为必修,1册和3册选修。总学分为8.5。具体为:
从形式上,我们按照智能财税职业技能等级标准中的工作领域为单位模块进行划分,经过梳理,从高职的最新会计专业教学标准分析,对应课程:财务会计基础、企业财务会计、纳税实务、会计信息系统应用、创新创业教育。对应的课程名称具体
...
...
@@ -29,7 +29,7 @@
<div class="all-btn">下载文件2</div>
</div>
<div class="pdf">教学资源.pdf</div>
</div>
</div>
-->
<buy
v-if=
"isBuyShow"
/>
</div>
</template>
...
...
@@ -51,9 +51,16 @@ export default {
methods
:
{
tabChange
(
n
)
{
this
.
isBuyShow
=
false
if
(
n
===
1
)
{
window
.
location
.
href
=
'https://login.ezijing.com/xlearn/register'
}
if
(
n
===
2
)
{
window
.
location
.
href
=
'https://x-learning.ezijing.com/'
window
.
location
.
href
=
'https://login.ezijing.com/xlearn/register'
}
if
(
n
===
3
)
{
window
.
location
.
href
=
'http://xtraining.ezijing.com/'
}
console
.
log
(
n
)
this
.
tabIndex
=
n
}
}
...
...
src/pages/train/detail.vue
浏览文件 @
d4d49466
...
...
@@ -8,14 +8,14 @@
<img
:src=
"data.cover_pc_url"
alt=
""
>
<div
class=
"right-content"
>
<!--
<div
class=
"title"
>
关于1+X金融数字化营销证书考核站点申报的通知
</div>
-->
<div
class=
"des-box"
v-html=
"data.content"
>
<p
class=
"ind"
>
作者
:基础数据维护及档案管理
</p>
<p>
出版时间:基础数据维护及档案管理
</p>
<p
class=
"ind"
>
ISBN:基础数据维护及档案管理
</p>
<p>
书籍简介:基础数据维护及档案管理
</p>
<div
class=
"des-box"
>
<p
>
活动类型
:基础数据维护及档案管理
</p>
<p>
活动地点:财务业务理能力
</p>
<p
>
培训起始时间:2020.10.19—2020.11.20
</p>
<p>
联系人:王老师
</p>
</div>
<router-link
to=
"/train/form"
>
<div
class=
"detail-btn"
>
在线
报名
</div>
<div
class=
"detail-btn"
>
立即
报名
</div>
</router-link>
</div>
</div>
...
...
@@ -28,6 +28,30 @@
</div>
-->
</div>
</div>
<div
class=
"new-contents content-max-width"
>
<div
class=
"p"
>
<div
class=
"name"
>
会议简介:
</div>
<div
class=
"cont"
>
往价计子断选社界他界四收半很导条回于问个地给资政色金美关做除当打目商马层消酸龙信样世手除制二美信很
</div>
</div>
<div
class=
"p"
>
<div
class=
"name"
>
会议流程如下:
</div>
<div
class=
"cont"
>
往价计子断选社界他界四收半很导条回于问个地给资政色金美关做除当打目商马层消酸龙信样世手除制二美信很
</div>
</div>
<div
class=
"p"
>
<div
class=
"name"
>
报名咨询:
</div>
<div
class=
"cont"
>
往价计子断选社界他
</div>
</div>
<div
class=
"p"
>
<div
class=
"name"
>
联系人:
</div>
<div
class=
"cont"
>
往价计
</div>
</div>
<div
class=
"p"
>
<div
class=
"name"
>
联系电话:
</div>
<div
class=
"cont"
>
13121931111
</div>
</div>
<div
class=
"pdf"
>
《金融产品数字化营销中级》
</div>
<div
class=
"pdf"
>
《金融产品数字化营销中级》
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -86,8 +110,8 @@ export default {
width
:
753px
;
}
.item-box
{
padding
:
24px
0
;
border-bottom
:
1px
solid
#eee
;
padding
:
24px
0
0
;
//
border-bottom: 1px solid #eee;
display
:
flex
;
img
{
width
:
200px
;
...
...
@@ -122,7 +146,7 @@ export default {
height
:
36px
;
background
:
linear-gradient
(
315deg
,
rgba
(
225
,
47
,
116
,
0
.83
)
0%
,
#C01540
100%
);
border-radius
:
4px
;
margin-top
:
70
px
;
margin-top
:
8
px
;
}
}
}
...
...
@@ -171,4 +195,33 @@ export default {
.crumb
{
padding-top
:
24px
;
}
.new-contents
{
padding-bottom
:
36px
;
.p
{
display
:
flex
;
margin-top
:
16px
;
.name
{
width
:
98px
;
height
:
20px
;
font-size
:
14px
;
font-weight
:
bold
;
color
:
#262626
;
line-height
:
20px
;
text-align
:
right
;
}
.cont
{
width
:
357px
;
font-size
:
14px
;
color
:
#7D7D7D
;
line-height
:
20px
;
}
}
.pdf
{
margin-top
:
16px
;
font-size
:
14px
;
color
:
#0053C6
;
line-height
:
20px
;
text-indent
:
1
.5em
;
}
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论