Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
7aca397c
提交
7aca397c
authored
3月 24, 2021
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
641e8bce
显示空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
17 行增加
和
20 行删除
+17
-20
index.vue
src/pages/alumniWork/index.vue
+2
-2
index.vue
src/pages/home/index.vue
+1
-4
index.vue
src/pages/presence/index.vue
+1
-1
index.vue
src/pages/project/index.vue
+2
-2
apply.vue
src/pages/recruitInfo/components/apply.vue
+3
-3
support.vue
src/pages/recruitInfo/components/support.vue
+2
-2
index.vue
src/pages/recruitInfo/index.vue
+0
-0
setCourse.vue
src/pages/teaching/components/setCourse.vue
+1
-1
index.vue
src/pages/teaching/index.vue
+3
-3
index.vue
src/pages/videoCenter/index.vue
+2
-2
没有找到文件。
src/pages/alumniWork/index.vue
浏览文件 @
7aca397c
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"cont-mian center97"
>
<div
class=
"cont-mian center97"
>
<div
class=
"module"
v-if=
"activeIndex == 0"
>
<div
class=
"module"
v-if=
"activeIndex == 0"
>
<div
class=
"left-txt"
v-html=
"content"
></div>
<div
class=
"left-txt"
v-html=
"content"
></div>
<img
src=
"https://zws-imgs-pub.ezijing.com/
static/public/3128bdbea80c04f1cbe1d3d5c600f2c5.pn
g"
alt=
""
class=
"exh"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g"
alt=
""
class=
"exh"
/>
</div>
</div>
<div
class=
"module"
v-if=
"activeIndex == 1"
>
<div
class=
"module"
v-if=
"activeIndex == 1"
>
<div>
<div>
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<li
:key=
"index"
@
click=
"goPage(item.source)"
>
{{
item
.
title
}}
</li>
<li
:key=
"index"
@
click=
"goPage(item.source)"
>
{{
item
.
title
}}
</li>
</
template
>
</
template
>
</ul>
</ul>
<img
src=
"https://zws-imgs-pub.ezijing.com/
static/public/3128bdbea80c04f1cbe1d3d5c600f2c5.pn
g"
alt=
""
class=
"exh"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g"
alt=
""
class=
"exh"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/pages/home/index.vue
浏览文件 @
7aca397c
...
@@ -6,10 +6,7 @@
...
@@ -6,10 +6,7 @@
<img
@
click=
"goPreview('https://www.ezijing.com/news/6722349643281203200')"
src=
"https://zws-imgs-pub.ezijing.com/static/public/2174fabdc33f20bbaceeb34b97c190c4.jpg"
/>
<img
@
click=
"goPreview('https://www.ezijing.com/news/6722349643281203200')"
src=
"https://zws-imgs-pub.ezijing.com/static/public/2174fabdc33f20bbaceeb34b97c190c4.jpg"
/>
</swiper-slide>
-->
</swiper-slide>
-->
<swiper-slide>
<swiper-slide>
<img
<img
src=
"https://zws-imgs-pub.ezijing.com/pc/marywood/banner.jpg"
/>
@
click=
"goPreview('https://zws-imgs-pub.ezijing.com/static/public/fcac7efb74162f33045f8876d28c5b12.pdf')"
src=
"https://zws-imgs-pub.ezijing.com/pc/marywood/banner.jpg"
/>
</swiper-slide>
</swiper-slide>
<!--
<swiper-slide>
<!--
<swiper-slide>
<img
<img
...
...
src/pages/presence/index.vue
浏览文件 @
7aca397c
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<list
:data=
"listData[0]"
v-if=
"activeIndex == 0"
></list>
<list
:data=
"listData[0]"
v-if=
"activeIndex == 0"
></list>
<list
:data=
"listData[1]"
v-if=
"activeIndex == 1"
></list>
<list
:data=
"listData[1]"
v-if=
"activeIndex == 1"
></list>
</div>
</div>
<img
src=
"https://zws-imgs-pub.ezijing.com/
static/public/b998e6153f6814da345834d585fe28b7.pn
g"
alt=
""
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g"
alt=
""
/>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
src/pages/project/index.vue
浏览文件 @
7aca397c
...
@@ -45,7 +45,7 @@ export default {
...
@@ -45,7 +45,7 @@ export default {
requestType
=
[
requestType
=
[
{
{
name
:
'紫荆教育'
,
name
:
'紫荆教育'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/public/f62705e4cad2efda7a3c79a3125ff344.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
},
},
{
{
name
:
'玛丽伍德大学'
,
name
:
'玛丽伍德大学'
,
...
@@ -60,7 +60,7 @@ export default {
...
@@ -60,7 +60,7 @@ export default {
requestType
=
[
requestType
=
[
{
{
name
:
'项目特色'
,
name
:
'项目特色'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/build/learn-mba/resources/m1-c1-img1.fc81eacb.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
}
}
]
]
}
}
...
...
src/pages/recruitInfo/components/apply.vue
浏览文件 @
7aca397c
...
@@ -33,15 +33,15 @@ export default {
...
@@ -33,15 +33,15 @@ export default {
const
requestType
=
[
const
requestType
=
[
{
{
name
:
'申请条件'
,
name
:
'申请条件'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/public/7f972b57efd8b5783a286ff219111679.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
},
},
{
{
name
:
'申请流程'
,
name
:
'申请流程'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/public/7f972b57efd8b5783a286ff219111679.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
},
},
{
{
name
:
'常见问题'
,
name
:
'常见问题'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/public/7f972b57efd8b5783a286ff219111679.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
}
}
]
]
requestType
.
map
((
item
,
index
)
=>
{
requestType
.
map
((
item
,
index
)
=>
{
...
...
src/pages/recruitInfo/components/support.vue
浏览文件 @
7aca397c
...
@@ -45,11 +45,11 @@ export default {
...
@@ -45,11 +45,11 @@ export default {
const
requestType
=
[
const
requestType
=
[
{
{
name
:
'学费'
,
name
:
'学费'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/public/7f972b57efd8b5783a286ff219111679.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
},
},
{
{
name
:
'贷款'
,
name
:
'贷款'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/public/7f972b57efd8b5783a286ff219111679.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
}
}
]
]
requestType
.
map
((
item
,
index
)
=>
{
requestType
.
map
((
item
,
index
)
=>
{
...
...
src/pages/recruitInfo/index.vue
浏览文件 @
7aca397c
src/pages/teaching/components/setCourse.vue
浏览文件 @
7aca397c
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
const
requestType
=
[
const
requestType
=
[
{
{
name
:
'课程设置'
,
name
:
'课程设置'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/build/learn-mba/resources/m2-r-img.b002ecd2.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
}
}
]
]
requestType
.
map
((
item
,
index
)
=>
{
requestType
.
map
((
item
,
index
)
=>
{
...
...
src/pages/teaching/index.vue
浏览文件 @
7aca397c
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<teaching-list
v-show=
"teachingListIndex == 1"
:data=
"this.allList[56]"
:type=
"1"
></teaching-list>
<teaching-list
v-show=
"teachingListIndex == 1"
:data=
"this.allList[56]"
:type=
"1"
></teaching-list>
<teaching-list
v-show=
"teachingListIndex == 2"
:data=
"this.allList[57]"
:type=
"1"
></teaching-list>
<teaching-list
v-show=
"teachingListIndex == 2"
:data=
"this.allList[57]"
:type=
"1"
></teaching-list>
</div>
</div>
<img
src=
"https://zws-imgs-pub.ezijing.com/
static/build/learn-mba/resources/m2-r-img.b002ecd2.pn
g"
alt=
""
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g"
alt=
""
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -69,12 +69,12 @@ export default {
...
@@ -69,12 +69,12 @@ export default {
{
{
type
:
56
,
type
:
56
,
name
:
'美方师资'
,
name
:
'美方师资'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/build/learn-mba/resources/m2-r-img.b002ecd2.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
},
},
{
{
type
:
57
,
type
:
57
,
name
:
'中方师资'
,
name
:
'中方师资'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/build/learn-mba/resources/m2-r-img.b002ecd2.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
}
}
]
]
requestType
.
map
((
item
,
index
)
=>
{
requestType
.
map
((
item
,
index
)
=>
{
...
...
src/pages/videoCenter/index.vue
浏览文件 @
7aca397c
...
@@ -75,11 +75,11 @@ export default {
...
@@ -75,11 +75,11 @@ export default {
const
requestType
=
[
const
requestType
=
[
{
{
name
:
'宣讲会实录'
,
name
:
'宣讲会实录'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/public/09a620add2643574f9f0de4424db5ebe.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
},
},
{
{
name
:
'项目介绍'
,
name
:
'项目介绍'
,
image
:
'https://zws-imgs-pub.ezijing.com/
static/public/09a620add2643574f9f0de4424db5ebe.pn
g'
image
:
'https://zws-imgs-pub.ezijing.com/
pc/marywood/project.jp
g'
}
}
]
]
requestType
.
map
((
item
,
index
)
=>
{
requestType
.
map
((
item
,
index
)
=>
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论