clay commit : 第一阶段完成
This commit is contained in:
@@ -141,9 +141,9 @@
|
||||
<div style="background: #FFFFFF;color: #1956BC;" class="more" @click="lookMore(academiaData[0])">
|
||||
{{ $t('message.more') }}
|
||||
</div>
|
||||
<div class="more_img">
|
||||
<img src="@/assets/index/scientific_research_trends/sy_icon_zhdb.png" alt="">
|
||||
</div>
|
||||
<!-- <div class="more_img">-->
|
||||
<!-- <img src="@/assets/index/scientific_research_trends/sy_icon_zhdb.png" alt="">-->
|
||||
<!-- </div>-->
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
@@ -158,7 +158,7 @@ export default {
|
||||
name: "scientific_research_trends",
|
||||
data() {
|
||||
return {
|
||||
width: document.documentElement.clientWidth>992,
|
||||
width: document.documentElement.clientWidth > 992,
|
||||
scientificData: [],
|
||||
academiaData: [],
|
||||
}
|
||||
@@ -168,7 +168,6 @@ export default {
|
||||
this.getAcademiaList()
|
||||
},
|
||||
methods: {
|
||||
|
||||
getArticle(news){
|
||||
toArticle(news,this.width)
|
||||
},
|
||||
@@ -177,7 +176,7 @@ export default {
|
||||
},
|
||||
getScientificList() {
|
||||
getArticleList({
|
||||
type: "VPteru0OeW6GgYObAewMupY",
|
||||
type: "STCplDRCWAA3zcFE0EBTcQI",
|
||||
pageNum: 1,
|
||||
pageSize: 10
|
||||
}).then(res => {
|
||||
@@ -186,7 +185,7 @@ export default {
|
||||
},
|
||||
getAcademiaList() {
|
||||
getArticleList({
|
||||
type: "KBwgShsEiDolV91qmaWdWJc",
|
||||
type: "zpUhQJwnjHyJBqbvnWxcqwM",
|
||||
pageNum: 1,
|
||||
pageSize: 6
|
||||
}).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user