diff --git a/my/gird/shoucang.vue b/my/gird/shoucang.vue index d5bf838..762ca5c 100644 --- a/my/gird/shoucang.vue +++ b/my/gird/shoucang.vue @@ -27,6 +27,9 @@ {{item.artificerName}} + + + diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue index da02a34..049d7cc 100644 --- a/pages/therapist/orderDetail.vue +++ b/pages/therapist/orderDetail.vue @@ -45,6 +45,9 @@ {{order.technicianTypeName}} + + {{order.artificerClassifyList[0].classifyName}} + 请TA上线 diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue index 6bf0b65..9265235 100644 --- a/pages/therapist/therapist.vue +++ b/pages/therapist/therapist.vue @@ -37,6 +37,9 @@ {{ item.artificerName }} + + {{ item.artificerClassifyList[0].classifyName }} + 可服务 @@ -72,16 +75,17 @@ - - - {{item.consortiaName}} - {{ item.distance }} + + + {{item.consortiaName}} + + @@ -125,6 +129,9 @@ {{ getOrderByCurrentMarkerIndex().artificerName }} + + {{ getOrderByCurrentMarkerIndex().artificerClassifyList[0].classifyName }} + + + - - - - - - - 评论 - - {{ item.commentCount ? item.commentCount : 0 }} - - - - - 收藏 - - {{ item.collectCount ? item.collectCount : 0 }} - - + + {{item.content}} + + + + + 评论 + + {{ item.commentCount ? item.commentCount : 0 }} + - - - - - {{ item.distance }} - - - - - - {{item.consortiaName}} - - - - 确认 - - - 确认 - - + + + 收藏 + + {{ item.collectCount ? item.collectCount : 0 }} + - - + + + + + {{ item.distance }} + + + + + {{item.consortiaName}} + + + - + - + \ No newline at end of file