From bc98fbc1746db5c8b77a333687a8f2a2e7fe323c Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Thu, 15 Aug 2024 14:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E5=B8=88=E5=88=97=E8=A1=A8=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/gird/shoucang.vue | 5 +---- pages/therapist/orderDetail.vue | 17 +++++++++++------ pages/therapist/therapist.vue | 7 ++++--- pages/therapist/therapistDingdan.vue | 18 +++++------------- 4 files changed, 21 insertions(+), 26 deletions(-) diff --git a/my/gird/shoucang.vue b/my/gird/shoucang.vue index 554fd1f..7149fdf 100644 --- a/my/gird/shoucang.vue +++ b/my/gird/shoucang.vue @@ -27,10 +27,7 @@ {{item.artificerName}} - {{item.artificerClassifyList[0].classifyName}} - - - + diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue index d0bb145..63c7ef1 100644 --- a/pages/therapist/orderDetail.vue +++ b/pages/therapist/orderDetail.vue @@ -45,10 +45,8 @@ {{order.technicianTypeName}} - - {{order.artificerClassifyList[0].classifyName}} - + 请TA上线 @@ -64,6 +62,9 @@ --> + + {{item.classifyName}} + ID:{{order.invitationCode}} @@ -333,7 +334,8 @@ money:'', filePath:'', contentVideo:'', - videoId:'' + videoId:'', + artificerClassifyList:[] } }, onLoad(option) { @@ -558,7 +560,9 @@ if (res.code == 0) { this.order = res.data this.status = res.data.status - this.tripWay = res.data.tripWay + this.tripWay = res.data.tripWay; + this.artificerClassifyList=res.data.artificerClassifyList + console.log("artificerClassifyList",this.artificerClassifyList) if (this.order.lifePhoto) { this.order.lifePhoto = this.order.lifePhoto.split(',') } @@ -773,9 +777,9 @@ z-index: 99; } .headset-line{ - display: flex; position: relative; + flex-wrap: wrap; } .headset-img{ width: 100rpx; @@ -1519,5 +1523,6 @@ border: 1px solid #9b7a6e; font-size: 22rpx; margin-left: 10rpx; + margin-top: 5px; } \ No newline at end of file diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue index 010c4c4..f29ac9e 100644 --- a/pages/therapist/therapist.vue +++ b/pages/therapist/therapist.vue @@ -36,7 +36,7 @@ {{ item.artificerName }} - {{ item.artificerClassifyList[0].classifyName }} + @@ -127,9 +127,9 @@ {{ getOrderByCurrentMarkerIndex().artificerName }} - + 可服务 @@ -1025,14 +1027,4 @@ color: #666; margin-right: 10rpx; } - .label-word{ - background: #f9f1e7; - color: #9b7a6e; - border-radius: 30rpx; - padding:0rpx 14rpx; - line-height:40rpx; - border: 1px solid #9b7a6e; - font-size: 22rpx; - margin-left: 10rpx; - } \ No newline at end of file