技师修改
This commit is contained in:
parent
8e29934b65
commit
ebaad2051f
|
@ -12,20 +12,22 @@
|
|||
<image :src="item.artificerImg?item.artificerImg: '../../static/logo.png'"
|
||||
@click.stop="saveImgs(item.artificerImg)"
|
||||
mode="aspectFill"></image>
|
||||
|
||||
<image v-if="item.isHot == 1"
|
||||
src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"
|
||||
style="width: 30rpx;height: 36rpx;position: absolute;z-index: 99;top: 40rpx;left: 110rpx;">
|
||||
</image>
|
||||
|
||||
<!--<image class="touxiang-frame" src="../../static/vip/grade6.png"></image>-->
|
||||
<view class="zpmore_view" v-if="item.lifePhoto" @click.stop="saveImgss(item.lifePhoto,0)">更多照片</view>
|
||||
|
||||
</view>
|
||||
<view class="flex flex-direction list-right-content" style="width: 85%; margin-left: 8rpx;">
|
||||
<view class="flex flex-direction list-right-content" style=" margin-left: 8rpx;">
|
||||
<view class="flex align-center" style="justify-content: space-between;">
|
||||
<view class="flex align-center">
|
||||
<view class="text-bold text-30 margin-right-xs" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
|
||||
{{item.artificerName}}
|
||||
</view>
|
||||
<image class="touxiang-frame" :src="item.technicianType=='3'?'../../static/vip/grade1.gif':item.technicianType=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'"></image>
|
||||
|
||||
</view>
|
||||
<view class="keyuyue">
|
||||
|
@ -44,38 +46,24 @@
|
|||
</view>
|
||||
</view>-->
|
||||
</view>
|
||||
<view class="flex" style="margin: 16rpx 0 6px 0;justify-content: start;">
|
||||
<view class="flex align-center">
|
||||
<view class="flex align-center margin-right-sm">
|
||||
<view>
|
||||
<image class="pinglun" src="../../static/dituzhaoren3.png" mode="">
|
||||
</image>
|
||||
<span class="icon-text1">评论</span>
|
||||
<view class="therapist-mian-top">
|
||||
<view class="therap-pin">
|
||||
<!--<image style="width: 33rpx; height: 33rpx; margin-right: 3rpx;" src="../../static/dituzhaoren3.png" mode="">
|
||||
</image>-->
|
||||
<span>评论</span>
|
||||
<span class="therapist-mian-view-text">
|
||||
{{ item.commentCount ? item.commentCount : 0 }}
|
||||
</span>
|
||||
</view>
|
||||
|
||||
<!-- <image src="../../static/images/pinglun.png" style="width: 24rpx;height: 24rpx;"></image> -->
|
||||
<view style="margin-left: 10rpx;color: #222;">
|
||||
22222{{item.commentCount ? item.commentCount : 0}}
|
||||
<view class="therap-pin">
|
||||
<!--<image style="width: 32rpx; height: 32rpx; margin-right: 3rpx;" src="../../static/dituzhaoren4.png" mode="">
|
||||
</image>-->
|
||||
<span>收藏</span>
|
||||
<span class="therapist-mian-view-text">
|
||||
{{ item.collectCount ? item.collectCount : 0 }}
|
||||
</span>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="item.ordersScore" class="flex align-center">
|
||||
<view>
|
||||
<image class="shouc-img" src="../../static/dituzhaoren4.png" mode="">
|
||||
</image>
|
||||
<span class="icon-text1">收藏</span>
|
||||
</view>
|
||||
|
||||
<text class="margin-left-xs" style="color: #222;">11111{{item.ordersScore}}.0</text>
|
||||
</view>
|
||||
<!-- <view style="color: #999999;">已服务:{{item.ordersCount}}单</view> -->
|
||||
</view>
|
||||
<!-- <view class="flex align-center">
|
||||
<image src="../../static/images/aixin2.png" style="width: 24rpx;height: 24rpx;margin-left: 40rpx;"></image>
|
||||
<view style="margin-left: 10rpx;color: #999;font-size: 26rpx;">
|
||||
{{item.collectCount ? item.collectCount : 0}}
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<!-- <view style="width: 100%;display: flex;justify-content: start;align-items: center;">
|
||||
<view class="flex flex-wrap align-center" style="width: 120rpx;">
|
||||
<image src="../../static/images/shangjia.png" style="width: 24rpx;height: 24rpx;"></image>
|
||||
|
@ -103,12 +91,12 @@
|
|||
</view>
|
||||
|
||||
<view class="text-center text-sm" v-if="item.status == 1"
|
||||
style="background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);color: #ffffff;width: 35%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 10rpx;"
|
||||
style="background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);color: #ffffff;width: 30%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 10rpx;"
|
||||
@click.stop="goOrderDetail(item)">
|
||||
立即预约
|
||||
</view>
|
||||
<view class="text-center text-sm" v-else
|
||||
style="background: #d9d9d9;color: #ffffff;width: 35%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 20rpx;">
|
||||
style="background: #d9d9d9;color: #ffffff;width: 30%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 20rpx;">
|
||||
立即预约
|
||||
</view>
|
||||
</view>
|
||||
|
@ -268,7 +256,25 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.keyuyue{
|
||||
.therap-pin{
|
||||
font-size: 24rpx;
|
||||
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;
|
||||
}
|
||||
.therapist-mian-top{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction:row;
|
||||
}
|
||||
.keyuyue{
|
||||
padding: 0rpx 10rpx;
|
||||
height: 44rpx;
|
||||
display: flex;
|
||||
|
@ -408,50 +414,45 @@
|
|||
height: 40.97rpx;
|
||||
}
|
||||
.content-list{
|
||||
height: 307rpx;
|
||||
height: 270rpx;
|
||||
border-radius: 14rpx;
|
||||
}
|
||||
.content-img image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius:8rpx;
|
||||
width: 150rpx;
|
||||
height: 150rpx;
|
||||
border-radius:300rpx;
|
||||
}
|
||||
.content-img{
|
||||
width: 300.08rpx;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
padding:20rpx;
|
||||
|
||||
}
|
||||
.content {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
background-color: #F7F7F7;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.zpmore_view {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
margin-bottom: 16px;
|
||||
left: 38rpx;
|
||||
top:140rpx;
|
||||
left: 25rpx;
|
||||
color: #f9f3d3;
|
||||
background: linear-gradient(to right, #0a0c16, #4d4d53);
|
||||
width: 130upx;
|
||||
background: linear-gradient(to right, #fe912e, #ffa350);
|
||||
width: 126upx;
|
||||
text-align: center;
|
||||
border-radius: 30rpx;
|
||||
border-radius:90rpx 60rpx 60rpx 30rpx;
|
||||
height: 42rpx;
|
||||
line-height: 42rpx;
|
||||
font-size: 24rpx;
|
||||
font-size: 22rpx;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
.touxiang-frame{
|
||||
position: absolute;
|
||||
//position: absolute;
|
||||
width: 100rpx;
|
||||
height: 38rpx;
|
||||
left: 46rpx;
|
||||
bottom:5rpx;
|
||||
//left: 44rpx;
|
||||
//top:140rpx;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1295,14 +1295,7 @@ import permision from "@/components/permission.js";
|
|||
text-overflow: ellipsis;
|
||||
text-align: left;
|
||||
}
|
||||
.touxiang-frame{
|
||||
position: absolute;
|
||||
width: 100rpx;
|
||||
height: 38rpx;
|
||||
left: 46rpx;
|
||||
bottom:5rpx;
|
||||
|
||||
}
|
||||
.dituList{
|
||||
width: 85%;
|
||||
height: 173px;
|
||||
|
@ -1384,6 +1377,7 @@ import permision from "@/components/permission.js";
|
|||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction:row;
|
||||
padding: 10rpx 0;
|
||||
}
|
||||
.therapist-mian{
|
||||
width: 100%;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 790 B |
Loading…
Reference in New Issue