提交 d1be9f76 authored 作者: lhh's avatar lhh
......@@ -24,7 +24,7 @@
</div>
<div class="col2">
<ul>
<li class="item" v-for="item in list2" :key="item.title" :style="item.style">
<li class="item is-hover" v-for="item in list2" :key="item.title" :style="item.style">
<AppLink :to="item.path">
<div class="item-inner">
<img :src="item.icon" class="img" />
......@@ -242,6 +242,7 @@ export default {
.hover-img {
display: none;
}
&.is-hover,
&:hover {
.img {
display: none;
......
......@@ -35,12 +35,7 @@
</app-card> -->
<app-card :title="isEn ? 'Application' : '申请流程'" style="margin-top: 68px">
<div class="process">
<img
:src="
isEn
? 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/process_en.png'
: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/process.png'
" />
<img :src="isEn ? 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/process_en.png' : 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/process.png'" />
</div>
</app-card>
<app-card :title="isEn ? 'Application Guide' : '报考指南'" style="margin-top: 74px">
......@@ -208,7 +203,7 @@ export default {
qaList,
// 最新动态请求参数
newsParams: {
project_ids: ['25634964940156928', '25634688011239424', '6886139536666001408', '62110451281973248'],
project_ids: ['25634964940156928', '25634688011239424', '6886139536666001408', '62110451281973248', '78616692432879616', '147349767330201600'],
type_tag: 'article_news_hot',
page: 1,
limit: 4
......
......@@ -26,7 +26,7 @@ export default {
remote: {
httpRequest: getArticleList,
params: {
project_ids: ['25634964940156928', '25634688011239424', '6886139536666001408', '62110451281973248'],
project_ids: ['25634964940156928', '25634688011239424', '6886139536666001408', '62110451281973248', '78616692432879616', '147349767330201600'],
type_tag: 'article_news_hot'
}
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论