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