From 48971f001a06690b6ed080877a113aac98e1ad89 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 5 Jul 2022 18:37:28 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=88=A4=E6=96=AD=20=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=99=BA=E8=83=BD=E7=AE=97=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/searchResultList.vue | 635 +++++++++--------- .../components/PurchaseVehicle.vue | 2 +- 2 files changed, 320 insertions(+), 317 deletions(-) diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index d6f01f59..2c13e999 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -39,6 +39,9 @@ ? 'yyzy' : !item.type ? 'sjzy' + : !item.infoList || + !item.infoList.filter((val) => val.attrType == '组件类型')[0] + ? 'znsf' : item.infoList && item.infoList.filter((val) => val.attrType == '组件类型')[0] .attrValue == '智能算法' @@ -618,340 +621,340 @@ } diff --git a/front/src/views/personalCenter/components/PurchaseVehicle.vue b/front/src/views/personalCenter/components/PurchaseVehicle.vue index 3df98607..2ce412ad 100644 --- a/front/src/views/personalCenter/components/PurchaseVehicle.vue +++ b/front/src/views/personalCenter/components/PurchaseVehicle.vue @@ -753,7 +753,7 @@ // 详情 const showItem = (id, type, delFlag, note1) => { if (type == '基础设施') { - console.log() + // console.log() let arr = JSON.parse(note1) xVideoList.value = [] arr.map((val) => { From d5d85a194cfa9154f59576a1b7179e08043c8752 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 5 Jul 2022 19:47:38 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BA=91=E5=9B=BE=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/capabilityCloud/index.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/front/src/views/capabilityCloud/index.vue b/front/src/views/capabilityCloud/index.vue index e08f5b11..b1c7d442 100644 --- a/front/src/views/capabilityCloud/index.vue +++ b/front/src/views/capabilityCloud/index.vue @@ -1,13 +1,15 @@