From 8cbbee8f01d5892e3f30312fe19f096c1cabb9cd Mon Sep 17 00:00:00 2001 From: xuyiming Date: Mon, 15 Jun 2020 14:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=B6=85=E5=B8=82=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/service_shop/sjfwDetail.vue | 6 +++--- src/pages/service_shop/skfwDetail.vue | 10 +++++----- src/pages/service_shop/zhfwDetail.vue | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/pages/service_shop/sjfwDetail.vue b/src/pages/service_shop/sjfwDetail.vue index 94ce368..1a9a7ee 100644 --- a/src/pages/service_shop/sjfwDetail.vue +++ b/src/pages/service_shop/sjfwDetail.vue @@ -180,9 +180,9 @@ export default { this.specificationData = specificationData; this.providerData = { organization_name: datas.organization_name, - picture_path: datas.userInfo.picture_path, - user_name: datas.userInfo.user_name, - phone: datas.userInfo.phone, + picture_path: datas.organization_picture, + user_name: datas.register_user_info.user_name, + phone: datas.register_user_info.phone, }; this.commentsData = datas.scoreDetail; }) diff --git a/src/pages/service_shop/skfwDetail.vue b/src/pages/service_shop/skfwDetail.vue index 34cbec8..4279356 100644 --- a/src/pages/service_shop/skfwDetail.vue +++ b/src/pages/service_shop/skfwDetail.vue @@ -97,7 +97,7 @@ export default { type: "text", value: datas.descript, }, - { + /* { name: "服务属性", // TODO: replace type: "list", value: [ @@ -131,14 +131,14 @@ export default { value: "禁用", }, ], - }, + }, */ ]; this.specificationData = specificationData; this.providerData = { organization_name: datas.organization_name, - picture_path: datas.userInfo.picture_path, - user_name: datas.userInfo.user_name, - phone: datas.userInfo.phone, + picture_path: datas.organization_picture, + user_name: datas.register_user_info.user_name, + phone: datas.register_user_info.phone, }; this.commentsData = datas.scoreDetail; }) diff --git a/src/pages/service_shop/zhfwDetail.vue b/src/pages/service_shop/zhfwDetail.vue index 0854c74..2e503e6 100644 --- a/src/pages/service_shop/zhfwDetail.vue +++ b/src/pages/service_shop/zhfwDetail.vue @@ -96,7 +96,7 @@ export default { type: "text", value: datas.descript, }, - { + /* { name: "微服务响应列表", // TODO: replace type: "table", value: { @@ -125,14 +125,14 @@ export default { }, ], }, - }, + }, */ ]; this.specificationData = specificationData; this.providerData = { organization_name: datas.organization_name, - picture_path: datas.userInfo.picture_path, - user_name: datas.userInfo.user_name, - phone: datas.userInfo.phone, + picture_path: datas.organization_picture, + user_name: datas.register_user_info.user_name, + phone: datas.register_user_info.phone, }; this.commentsData = datas.scoreDetail; }) -- 2.26.0