Commit 8cbbee8f authored by 徐一鸣's avatar 徐一鸣

服务超市详情字段修改

parent 1748d1e8
......@@ -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;
})
......
......@@ -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;
})
......
......@@ -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;
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment