diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 2fab274..5d7b567 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -385,11 +385,11 @@
- - - + + +
-
{{ $t("xtzcoins3.a68") }}
(2023-04-25)
{{ $t("xtzcoins3.a69") }}
+
@@ -1189,6 +1189,7 @@ export default { cid: '', price_cny: 0, email: '', + articleSysList: [], }; }, methods: { @@ -1416,6 +1417,11 @@ export default { this.cid = e; this.getArticleListItem(); }, + getArticleSysList(){ + College.getArticleList(4).then(data => { + this.articleSysList = data.splice(0, 3); + }).catch(); + }, // 获取汇率 getCurrencyExCny() { @@ -1458,6 +1464,8 @@ export default { this.indexMarketList(); this.getCollegeLinks(); this.getCurrencyExCny(); + this.getArticleSysList(); + console.log(this.articleSysList); /* * swiper 轮播图效果 */