From a0c6a1c87aeb4c95a48b0023dc805c4be45034a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=AE=BF=E6=98=95?= Date: Wed, 4 Nov 2020 19:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=84=9F=E7=9F=A5=E6=9C=8D=E5=8A=A1=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/service_shop/gzfwDetail.vue | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/src/pages/service_shop/gzfwDetail.vue b/src/pages/service_shop/gzfwDetail.vue index 38c4a0c..7097cd8 100644 --- a/src/pages/service_shop/gzfwDetail.vue +++ b/src/pages/service_shop/gzfwDetail.vue @@ -4,7 +4,7 @@ 服务超市 - 数据服务 + 感知服务 服务详情信息 @@ -14,7 +14,6 @@ ({ baseInfo: null, detailData: null, - specificationData: null, providerData: null, commentsData: null, }), @@ -56,18 +54,6 @@ export default { }) .then(({ data }) => { let datas = data.data; - let specificationData = - (datas.serviceRequestSpcs && - datas.serviceRequestSpcs.map((item) => ({ - id: item.id, - type: item.type, - pv: item.pv, - count: item.count, - name: `访问次数:${item.pv}次/日 访问量:${item.count}次/日`, - descript: item.des, - }))) || - []; - this.baseInfo = { service_id: this.id, app_id: 0, @@ -87,7 +73,7 @@ export default { datas.data_service_type3_name, ], descript: datas.descript, - serviceRequestSpcs: specificationData, + serviceRequestSpcs: datas.serviceRequestSpcs, scoreDetail: datas.scoreDetail, month_sale: data.month_sale, }; @@ -186,7 +172,6 @@ export default { }, }, ]; - this.specificationData = specificationData; this.providerData = { organization_name: datas.organization_name, picture_path: datas.organization_picture, -- 2.26.0