diff --git a/src/views/indexSun/threeR.vue b/src/views/indexSun/threeR.vue index 54904d8..2c2bca5 100644 --- a/src/views/indexSun/threeR.vue +++ b/src/views/indexSun/threeR.vue @@ -68,7 +68,7 @@ threeRApi({}) .then((res: any) => { if (res.code == 200) { - scrollList.value = res.result[0]; + scrollList.value = res.result; } }) .catch((err: any) => {