Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
dfb19ca1
提交
dfb19ca1
authored
3月 24, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
4195b338
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
44 行增加
和
60 行删除
+44
-60
banners.vue
components/home/banners.vue
+1
-1
Header.vue
components/layout/h5/Header.vue
+1
-1
home.vue
modules/my/account/home.vue
+27
-11
school.vue
pages/about/school.vue
+3
-6
dataDownload.vue
pages/dataDownload/dataDownload.vue
+1
-1
apply.vue
pages/enroll/apply.vue
+1
-1
returnPolicy.vue
pages/returnPolicy/returnPolicy.vue
+1
-1
school.vue
pages/school/school.vue
+9
-38
没有找到文件。
components/home/banners.vue
浏览文件 @
dfb19ca1
...
@@ -72,7 +72,7 @@ export default {
...
@@ -72,7 +72,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.
oss-cn-beijing.aliyuncs.com/project/sit
-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%E7%A1%95%E5%A3%AB%E4%BF%9D%E7%A0%94%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf?v=1'
'https://webapp-pub.
ezijing.com/project/depaul
-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%E7%A1%95%E5%A3%AB%E4%BF%9D%E7%A0%94%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf?v=1'
)
)
}
else
if
(
item
.
tag
===
'3'
)
{
}
else
if
(
item
.
tag
===
'3'
)
{
this
.
$router
.
push
(
'/about/school'
)
this
.
$router
.
push
(
'/about/school'
)
...
...
components/layout/h5/Header.vue
浏览文件 @
dfb19ca1
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"title"
>
<div
class=
"title"
>
德保罗大学金融学硕士保研项目
德保罗大学金融学硕士保研项目
</div>
</div>
<!--
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/marywood_logo.svg"
/>
-->
<!--
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/marywood_logo.svg"
/>
-->
</nuxt-link>
</nuxt-link>
</div>
</div>
<!--
<nuxt-link
to=
"/"
class=
"logo"
></nuxt-link>
-->
<!--
<nuxt-link
to=
"/"
class=
"logo"
></nuxt-link>
-->
...
...
modules/my/account/home.vue
浏览文件 @
dfb19ca1
...
@@ -25,13 +25,15 @@
...
@@ -25,13 +25,15 @@
</div>
</div>
<div
class=
"welcome"
v-if=
"welcomeShow"
>
<div
class=
"welcome"
v-if=
"welcomeShow"
>
<div
class=
"inner"
>
<div
class=
"inner"
>
<
div
class=
"welcome-close"
@
click=
"handleClose"
></div
>
<
!-- <div class="welcome-close" @click="handleClose"></div> --
>
<div
class=
"welcome-main"
>
<div
class=
"welcome-main"
>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/welcome.png"
width=
"350"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/welcome.png"
width=
"350"
/>
<div
class=
"welcome-content"
>
<div
class=
"welcome-content"
>
<h1>
欢迎您报考
</h1>
<h1>
欢迎您报考德保罗大学金融学硕士保研项目
</h1>
<h2>
德保罗大学
</h2>
<h2>
请选择您的入学日期
</h2>
<div
class=
"welcome-button"
@
click=
"handleStart"
>
马上开始
</div>
<div
class=
"welcome-button"
@
click=
"handleStart('2023年春季保研班')"
>
2023年春季保研班
</div>
<div
class=
"welcome-button"
@
click=
"handleStart('2023年秋季保研班')"
>
2023年秋季保研班
</div>
<!-- <div class="welcome-button" @click="handleStart">马上开始</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -91,9 +93,9 @@ export default {
...
@@ -91,9 +93,9 @@ export default {
const
{
material
,
progress
}
=
data
const
{
material
,
progress
}
=
data
this
.
material
=
material
this
.
material
=
material
this
.
progress
=
progress
this
.
progress
=
progress
const
welcomeShowed
=
window
.
localStorage
.
getItem
(
this
.
user
.
id
)
===
'true'
//
const welcomeShowed = window.localStorage.getItem(this.user.id) === 'true'
material
.
attachments
=
material
.
attachments
||
[]
//
material.attachments = material.attachments || []
if
(
!
material
.
attachments
.
length
&&
!
welcomeShowed
)
{
if
(
!
material
.
basic_info
?.
admission_date
)
{
this
.
welcomeShow
=
true
this
.
welcomeShow
=
true
}
}
}
else
{
}
else
{
...
@@ -134,9 +136,16 @@ export default {
...
@@ -134,9 +136,16 @@ export default {
}
}
this
.
$router
.
push
(
'/my/admission'
)
this
.
$router
.
push
(
'/my/admission'
)
},
},
handleStart
()
{
handleStart
(
date
)
{
this
.
welcomeShow
=
false
api
.
updateApplication
({
basic_info
:
{
admission_date
:
date
}
}).
then
(
response
=>
{
this
.
createDriver
()
const
{
data
,
error
,
message
}
=
response
if
(
error
.
toString
()
===
'0'
)
{
this
.
welcomeShow
=
false
this
.
createDriver
()
}
else
{
this
.
$message
.
error
(
message
)
}
})
},
},
handleClose
()
{
handleClose
()
{
this
.
welcomeShow
=
false
this
.
welcomeShow
=
false
...
@@ -306,9 +315,16 @@ export default {
...
@@ -306,9 +315,16 @@ export default {
color
:
#fff
;
color
:
#fff
;
line-height
:
26px
;
line-height
:
26px
;
}
}
p
{
margin-top
:
40px
;
font-size
:
26px
;
font-weight
:
normal
;
color
:
#fff
;
line-height
:
26px
;
}
}
}
.welcome-button
{
.welcome-button
{
margin
-top
:
40px
;
margin
:
20px
10px
0
;
display
:
inline-block
;
display
:
inline-block
;
padding
:
10px
32px
;
padding
:
10px
32px
;
font-size
:
20px
;
font-size
:
20px
;
...
...
pages/about/school.vue
浏览文件 @
dfb19ca1
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<section
class=
"section"
>
<section
class=
"section"
>
<h2
class=
"title"
>
申请要求
</h2>
<h2
class=
"title"
>
申请要求
</h2>
<ul
class=
"project-content-list"
>
<ul
class=
"project-content-list"
>
<li>
(一)在读本科大四学生或者本科毕业
五年内
。
</li>
<li>
(一)在读本科大四学生或者本科毕业。
</li>
<li>
(二)原则要求GPA3.0以上
</li>
<li>
(二)原则要求GPA3.0以上
</li>
<li>
(三)英语能力优异
</li>
<li>
(三)英语能力优异
</li>
<li>
(四)综合素质优异(如学术、获奖经历等)
</li>
<li>
(四)综合素质优异(如学术、获奖经历等)
</li>
...
@@ -45,10 +45,7 @@
...
@@ -45,10 +45,7 @@
<section
class=
"section"
>
<section
class=
"section"
>
<h2
class=
"title"
>
学习安排
</h2>
<h2
class=
"title"
>
学习安排
</h2>
<div
class=
"info"
>
<div
class=
"info"
>
<img
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/project_study.png"
style=
"width:100%"
/>
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/study_arrange.png"
style=
"width:100%"
/>
<p>
该保研项目总体教学安排为20周,开学时间一般在每年12月中旬。
</p>
<p>
该保研项目总体教学安排为20周,开学时间一般在每年12月中旬。
</p>
<p>
<p>
注意:该学习安排可能会根据学校安排有所调整,以最终的邮件通知为准
注意:该学习安排可能会根据学校安排有所调整,以最终的邮件通知为准
...
@@ -115,7 +112,7 @@
...
@@ -115,7 +112,7 @@
<div
class=
"h5-list"
>
<div
class=
"h5-list"
>
<ul>
<ul>
<li>
<li>
<p>
(一)在读本科大四学生或者本科毕业
五年内
。
</p>
<p>
(一)在读本科大四学生或者本科毕业。
</p>
</li>
</li>
<li>
<li>
<p>
(二)原则要求GPA3.0以上
</p>
<p>
(二)原则要求GPA3.0以上
</p>
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
dfb19ca1
...
@@ -31,7 +31,7 @@ export default {
...
@@ -31,7 +31,7 @@ export default {
fileList
:
[
fileList
:
[
{
{
name
:
'招生简章'
,
name
:
'招生简章'
,
url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/招生简章.p
df
'
url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/招生简章.p
ng
'
},
},
{
{
name
:
'硕士学分模块介绍'
,
name
:
'硕士学分模块介绍'
,
...
...
pages/enroll/apply.vue
浏览文件 @
dfb19ca1
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"content-mian"
>
<div
class=
"content-mian"
>
<ul
class=
"content-mian_con"
>
<ul
class=
"content-mian_con"
>
<li
class=
"applyList_con"
>
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
在读本科大四学生或者本科毕业
五年内
。
</div>
<div
class=
"apply_name"
>
在读本科大四学生或者本科毕业。
</div>
</li>
</li>
<li
class=
"applyList_con"
>
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
原则要求GPA3.0以上
</div>
<div
class=
"apply_name"
>
原则要求GPA3.0以上
</div>
...
...
pages/returnPolicy/returnPolicy.vue
浏览文件 @
dfb19ca1
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<!--
<img
<!--
<img
class=
"bottom"
class=
"bottom"
v-else
v-else
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/h5/return_con.png"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/h5/return_con.png"
/>
-->
/>
-->
</app-frame>
</app-frame>
</
template
>
</
template
>
...
...
pages/school/school.vue
浏览文件 @
dfb19ca1
...
@@ -19,17 +19,7 @@
...
@@ -19,17 +19,7 @@
</div>
</div>
</div>
</div>
<VideoList></VideoList>
<VideoList></VideoList>
<!--
<section
class=
"section"
>
<div
class=
"swiper-content1"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in videoData"
:key=
"index"
>
<video
controls
:poster=
"item.img"
>
<source
:src=
"item.web_img_uri"
type=
"video/mp4"
/>
</video>
</div>
</div>
</div>
</section>
-->
<section
class=
"section"
>
<section
class=
"section"
>
<h2
class=
"section_title"
>
师资介绍
</h2>
<h2
class=
"section_title"
>
师资介绍
</h2>
<swiper
:options=
"teacherSwiperOption"
class=
"section_teacher"
>
<swiper
:options=
"teacherSwiperOption"
class=
"section_teacher"
>
...
@@ -89,23 +79,7 @@ export default {
...
@@ -89,23 +79,7 @@ export default {
return
{
return
{
popupVisible
:
false
,
popupVisible
:
false
,
videoData
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/depaul-plus/video_sit1.png'
,
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%991.mp4'
},
{
img
:
'https://webapp-pub.ezijing.com/project/depaul-plus/video_sit2.png'
,
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%992.mp4'
},
{
img
:
'https://webapp-pub.ezijing.com/project/depaul-plus/video_sit3.png'
,
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%993.mp4'
}
],
listData
:
[
listData
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/depaul-plus/show_1.jpg'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/depaul-plus/show_1.jpg'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/depaul-plus/show_2.jpg'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/depaul-plus/show_2.jpg'
},
...
@@ -131,8 +105,12 @@ export default {
...
@@ -131,8 +105,12 @@ export default {
}
}
},
},
teacherSwiperOption
:
{
teacherSwiperOption
:
{
observer
:
true
,
observeParents
:
true
,
slidesPerView
:
'auto'
,
slidesPerView
:
'auto'
,
spaceBetween
:
28
spaceBetween
:
28
,
autoplay
:
{
disableOnInteraction
:
false
,
pauseOnMouseEnter
:
true
},
loop
:
true
},
},
teacherList
:
[
teacherList
:
[
{
{
...
@@ -204,9 +182,6 @@ export default {
...
@@ -204,9 +182,6 @@ export default {
swiper
()
{
swiper
()
{
return
this
.
$refs
.
mySwiper
.
swiper
return
this
.
$refs
.
mySwiper
.
swiper
},
},
swiper1
()
{
return
this
.
$refs
.
mySwiper1
.
swiper
},
isMobile
()
{
isMobile
()
{
return
this
.
$store
.
state
.
isMobile
return
this
.
$store
.
state
.
isMobile
...
@@ -219,12 +194,6 @@ export default {
...
@@ -219,12 +194,6 @@ export default {
swiperStart
()
{
swiperStart
()
{
this
.
swiper
.
autoplay
.
start
()
this
.
swiper
.
autoplay
.
start
()
}
}
// swiperStop1() {
// this.swiper1.autoplay.stop()
// },
// swiperStart1() {
// this.swiper1.autoplay.start()
// }
}
}
}
}
</
script
>
</
script
>
...
@@ -236,6 +205,8 @@ export default {
...
@@ -236,6 +205,8 @@ export default {
.img_banner
{
.img_banner
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
min-height
:
420px
;
object-fit
:
cover
;
}
}
.banner_con
{
.banner_con
{
position
:
absolute
;
position
:
absolute
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论