-
-
-
-
-
+
@@ -59,7 +52,8 @@
-
+
+
@@ -93,6 +87,8 @@
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 9d52eb4..7ae34d2 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -110,14 +110,7 @@ export default {
async getlunboList () {
const { data: { message, data } } = await lunboList()
if (message === 'success') {
- for (const iter of data.list) {
- this.carouselList.push({
- src: iter.image,
- title: iter.title,
- subtitle: iter.subtitle,
- link: iter.link
- })
- }
+ this.carouselList = data.list
}
},
async getcarNewsHotList () {
diff --git a/src/views/information/index.vue b/src/views/information/index.vue
index f492895..fbfe09c 100644
--- a/src/views/information/index.vue
+++ b/src/views/information/index.vue
@@ -1,13 +1,6 @@