From e4280e3874c85838c0cab98fa11902ab2f819612 Mon Sep 17 00:00:00 2001 From: guoyue Date: Thu, 14 Jul 2022 10:56:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=9E=8D=E5=90=88=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E8=AF=A6=E6=83=85-=E7=94=B3=E8=AF=B7=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=EF=BC=8C=20=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Application/ApplicationTopDetails.vue | 368 ++++++++++-------- .../views/home/integrationServicesDetails.vue | 4 +- 2 files changed, 216 insertions(+), 156 deletions(-) diff --git a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue index 6a5816ae..94557648 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue @@ -52,6 +52,13 @@ 加入购物车 --> + + + + 申请使用 + 收藏 @@ -59,168 +66,223 @@ diff --git a/front/src/views/home/integrationServicesDetails.vue b/front/src/views/home/integrationServicesDetails.vue index e4faf4a4..b42ce15f 100644 --- a/front/src/views/home/integrationServicesDetails.vue +++ b/front/src/views/home/integrationServicesDetails.vue @@ -187,14 +187,12 @@ const getIntegrationServicesDeatil = (id) => { let questionValue = fuseAttrList.find(v => v.attrType === '常见问题') || {} let questionObj = { attrType: '常见问题', - attrValue: JSON.stringify(questionValue.attrValue || []) + attrValue: questionValue.attrValue || "[]" } let areaObj = { attrType: '应用领域', attrValue: detailInfoObj.value.applicationArea } - console.log('areaObj------------>', areaObj); - combineList.value.map(item => { let arr = (fuseResourceList.filter(v => v.resource && v.resource.type == item.title) || []).map(d => d.resource.name) item.list = arr;