diff --git a/src/pages/service_shop/sjfwDetail.vue b/src/pages/service_shop/sjfwDetail.vue index 94ce3683095e1b64598acfa02e49683075581906..1a9a7ee2a1eee30a8c0bcb735218ddeba24637fe 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 34cbec8877eb48db1ebbdb120523fbae7ee373f2..42793561d0ef18b4db641c2e6649f70ec4813b62 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 0854c74c72699d8ceab59c191446c81cec5f76b3..2e503e6af11cce46a77a2568b51887d6b099659d 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; })