From 9b32ff930b9b433ce82584e3d64915ed846fdd05 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sat, 19 Jul 2025 17:15:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=90=88=E4=BD=9C=E4=BC=99=E4=BC=B4?= =?UTF-8?q?=E6=A8=A1=E5=9D=97):=20=E5=AE=9E=E7=8E=B0=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=90=88=E4=BD=9C=E4=BC=99=E4=BC=B4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除静态数据,改为从API动态获取合作伙伴列表 - 添加加载状态显示 - 更新模板以匹配新的数据结构 --- src/components/about/PartnersModule.vue | 66 ++++++++++++++++----------------- 1 file changed, 31 insertions(+), 35 deletions(-) diff --git a/src/components/about/PartnersModule.vue b/src/components/about/PartnersModule.vue index 4b876c5..0ff5437 100644 --- a/src/components/about/PartnersModule.vue +++ b/src/components/about/PartnersModule.vue @@ -1,40 +1,31 @@