From dc1b55de2923e0ce68c5ea97114a3cb5a9b58869 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 10 Aug 2022 15:47:29 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/capacitySquare/components/algorithm.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/front/src/views/capacitySquare/components/algorithm.vue b/front/src/views/capacitySquare/components/algorithm.vue index b947db0a..0f3e6405 100644 --- a/front/src/views/capacitySquare/components/algorithm.vue +++ b/front/src/views/capacitySquare/components/algorithm.vue @@ -8,7 +8,7 @@ class="algorithm-card" > { + const algorithmCardPhoto = (List, item) => { let obj = List.filter((item) => item.attrType === '应用场景')[0] if (obj && obj.attrValue != '') { + console.log( + item.name, + item.id, + obj.attrValue, + '----------------------------' + ) obj = JSON.parse(obj.attrValue)[0].img } return obj || ''