This commit is contained in:
kbing1981 2024-07-04 16:45:54 +08:00
parent 29e226d00d
commit 9c5d794cad
3 changed files with 64 additions and 38 deletions

View File

@ -49,39 +49,42 @@
</view>
</view>
</view>
<view class="flex align-center" style="margin-top: 26rpx;" v-if="item.tripWay != 3" >
<image style="width: 27rpx; height: 30rpx; margin-right: 5rpx;" src="../../static/dituzhaoren6.png"></image>
<view class="therapist-bottom-dingwei-text">
{{ item.distance }}
</view>
</view>
<view class="jieshao">
<view class="item-view-jianjie">
{{item.content}}
</view>
<view class="therapist-mian-top">
<view class="therapist-mian-view">
<image src="../../static/dituzhaoren3.png" mode="">
</image>
<view class="therap-pin">
<!--<image style="width: 33rpx; height: 33rpx; margin-right: 3rpx;" src="../../static/dituzhaoren3.png" mode="">
</image>-->
<span>评论</span>
<view class="therapist-mian-view-text">
<span class="therapist-mian-view-text">
{{ item.commentCount ? item.commentCount : 0 }}
</view>
</span>
</view>
<view class="therapist-mian-view" style="margin-left: 10px;">
<image src="../../static/dituzhaoren4.png" mode="">
</image>
<view class="therap-pin">
<!--<image style="width: 32rpx; height: 32rpx; margin-right: 3rpx;" src="../../static/dituzhaoren4.png" mode="">
</image>-->
<span>收藏</span>
<view class="therapist-mian-view-text">
<span class="therapist-mian-view-text">
{{ item.collectCount ? item.collectCount : 0 }}
</span>
</view>
</view>
<view class="flex thera-lin thera-bottom">
<view class="flex" >
<image class="therapist-bottom-img" src="../../static/dituzhaoren5.png"></image>
<view v-if="item.consortiaName" class="therapist-mian-bottom-text">{{item.consortiaName}}</view>
</view>
<view class="flex align-center" style="margin-top: 26rpx;" v-if="item.tripWay != 3" >
<image style="width: 27rpx; height: 30rpx; margin-right: 5rpx;" src="../../static/dituzhaoren6.png"></image>
<view class="therapist-bottom-dingwei-text">
{{ item.distance }}
</view>
</view>
</view>
<view class="therapist-mian-bottom">
<view class="flex flex-wrap align-center" >
<image class="therapist-bottom-img" src="../../static/dituzhaoren5.png">
</image>
<view v-if="item.consortiaName" class="therapist-mian-bottom-text">{{item.consortiaName}}</view>
</view>
<!---<view class="therapist-mian-bottom">
<view class="text-center make-now" v-if="item.status == 1" @click.stop="goOrder(item)">
立即预约
</view>
@ -89,9 +92,8 @@
style="">
立即预约
</view>
</view>
</view>-->
</view>
</view>
</view>
</view>
@ -147,9 +149,6 @@
{{item.technicianTypeName}}
</view> -->
</view>
</view>
<view class="therapist-mian-top">
<!-- <view v-if="getOrderByCurrentMarkerIndex().ordersScore">
@ -176,26 +175,22 @@
</view>
</view>
</view>
<view class="therapist-mian-bottom">
<view class="flex flex-wrap align-center" v-if="getOrderByCurrentMarkerIndex().consortiaName">
<image class="therapist-bottom-img" src="../../static/dituzhaoren5.png">
</image>
<view class="therapist-mian-bottom-text">{{getOrderByCurrentMarkerIndex().consortiaName}}</view>
</view>
<view class="flex align-center" v-if="getOrderByCurrentMarkerIndex().tripWay != 3" >
<image class="therapist-bottom-dingwei" src="../../static/dituzhaoren6.png"></image>
<view class="therapist-bottom-dingwei-text">
{{ getOrderByCurrentMarkerIndex().distance }}
</view>
</view>
</view>
<view class="text-center make-now" v-if="getOrderByCurrentMarkerIndex().status == 1" @click.stop="goOrder(getOrderByCurrentMarkerIndex())">
<!--<view class="text-center make-now" v-if="getOrderByCurrentMarkerIndex().status == 1" @click.stop="goOrder(getOrderByCurrentMarkerIndex())">
立即预约
</view>
<view class="text-center " @click.stop="showTips()" v-else
style="background: #d9d9d9;color: #ffffff;width: 100%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 10rpx;">
立即预约
</view>
</view>-->
</view>
@ -1234,9 +1229,8 @@ import permision from "@/components/permission.js";
}
.item-view-jianjie{
font-weight: 400;
font-size: 22rpx;
font-size: 24rpx;
color: #848484;
margin:5px 0px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
@ -1282,6 +1276,7 @@ import permision from "@/components/permission.js";
width: 30rpx;
height: 30rpx;
margin-right:3px;
margin-top: 5rpx
}
.therapist-mian-bottom-text{
font-weight: bold;
@ -1321,7 +1316,6 @@ import permision from "@/components/permission.js";
width: 100%;
display: flex;
flex-direction:row;
margin-top: 26rpx;
}
.therapist-mian{
width: 100%;
@ -1812,4 +1806,36 @@ import permision from "@/components/permission.js";
line-height: 60upx;
margin-top: 10rpx;
}
.jieshao{
font-weight: 400;
font-size: 12px;
color: #999999;
margin: 5px 0px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
///overflow: hidden;
text-overflow: ellipsis;
}
.thera-lin{
display: flex;
justify-content: space-between;
}
.thera-bottom{
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.therap-pin{
display: flex;
align-items: flex-end;
margin-right: 10rpx;
}
.therap-pin span:nth-child(2){
color: #019c88;
}
.therap-pin span:nth-child(1){
color: #666;
margin-right: 10rpx;
}
</style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 519 B