This commit is contained in:
kbing1981 2024-08-08 11:20:04 +08:00
parent 16b051d186
commit 55a5be00eb
4 changed files with 22 additions and 55 deletions

View File

@ -58,16 +58,6 @@
</view> </view>
</view> </view>
<view class="add-content"> <view class="add-content">
<view class="" v-if="order.artificer">
<view class="Service-add">服务地址</view>
<view class="Service-Address">{{order.address}}</view>
<view class="Service-name" >
<span>{{order.userName}}</span>
<span>{{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}}</span>
</view>
</view>
</view>
<!--<view class="add-content">
<view class="" v-if="order.artificer"> <view class="" v-if="order.artificer">
<view class="flex align-center justify-between jusitify-line"> <view class="flex align-center justify-between jusitify-line">
<view class="line-word title-font">客户姓名</view> <view class="line-word title-font">客户姓名</view>
@ -86,7 +76,7 @@
<view class="line-word-r value-font" style="width: 75%; text-align: right;">{{order.address}}</view> <view class="line-word-r value-font" style="width: 75%; text-align: right;">{{order.address}}</view>
</view> </view>
</view> </view>
</view>--> </view>
<view class="margin-top-xl pay-ding"> <view class="margin-top-xl pay-ding">
<view class="flex align-center pay-ding-top"> <view class="flex align-center pay-ding-top">
@ -2977,17 +2967,16 @@ page {
} }
.serverAddress { .serverAddress {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
} }
.add-content{ .add-content{
background: #FFFFFF url(../../static/address/map.png)no-repeat top right; background: #fff;
background-size:40%; padding: 30rpx;
padding: 30rpx; border-radius: 24rpx;
border-radius: 24rpx; margin-top: 24rpx;
margin-top: 24rpx; }
}
.add-lin{ .add-lin{
height: 74rpx; height: 74rpx;
line-height: 74rpx; line-height: 74rpx;
@ -3066,32 +3055,4 @@ page {
font-size: 30rpx; font-size: 30rpx;
color: #333333; color: #333333;
} }
.Service-add{
font-size:30rpx;
color: #333;
border-radius:5rpx;
}
.Service-Address{
font-size:34rpx;
color: #333;
font-weight: bold;
padding: 6rpx 0;
flex-direction: column;
}
.Service-name{
font-size: 30rpx;
color: #333;
display: flex;
align-items: flex-end;
padding:4rpx 0;
}
.Service-name span:nth-child(1){
font-size:28rpx;
color:#333;
margin-right: 15rpx;
}
.Service-name span:nth-child(2){
font-size:28rpx;
color:#666;
}
</style> </style>

View File

@ -1,14 +1,14 @@
<template> <template>
<view class="content"> <view class="content">
<view class="padding-bottom u-skeleton"> <view class="padding-bottom u-skeleton">
<view class="header-view header-padd header-margin flex justify-between"> <view class="header-view header-padd header-margin flex justify-between add-content">
<view> <view>
<view class="Service-add">服务地址</view> <view class="Service-add">服务地址</view>
<view class="Service-Address">{{province}}/{{city}}/{{district}}/{{detailaddress}}</view> <view class="Service-Address">{{province}}/{{city}}/{{district}}/{{detailaddress}}</view>
<view v-if="!detailaddress">请选择地址</view> <view v-if="!detailaddress">请选择地址</view>
<view class="Service-name" > <view class="Service-name" >
<span>{{name}}222</span> <span>{{name}}</span>
<span>{{mobile}}111</span> <span>{{mobile}}</span>
</view> </view>
<view class="jusitify-line" v-if="order.remark"> <view class="jusitify-line" v-if="order.remark">
<view class="line-word title-font">备注内容</view> <view class="line-word title-font">备注内容</view>
@ -2173,4 +2173,9 @@
padding: 0rpx 10rpx; padding: 0rpx 10rpx;
line-height: 42rpx; line-height: 42rpx;
} }
.add-content{
background: #FFFFFF url(../../static/address/map.png)no-repeat top right;
background-size:40%;
border-radius: 24rpx;
}
</style> </style>

View File

@ -13,7 +13,7 @@
<view class="margin-right-xs u-skeleton-fillet head-title"> <view class="margin-right-xs u-skeleton-fillet head-title">
{{orderXm.title}} {{orderXm.title}}
</view> </view>
<image style="width: 120rpx; height: 45rpx;" :src="order.technicianType=='3'?'../../static/vip/grade1.gif':order.technicianType=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'" mode=""></image> <image style="width:100rpx; height:38rpx;" :src="order.technicianType=='3'?'../../static/vip/grade1.gif':order.technicianType=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'" mode=""></image>
</view> </view>
<view class="flex align-center"> <view class="flex align-center">
<view style="width: 100%;"> <view style="width: 100%;">

View File

@ -1111,12 +1111,13 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
/*border: 1px #fcd7cf solid; /*border: 1px #fcd7cf solid;
background: linear-gradient(90deg, #ffe0d8, #ffe0d8, #eaeaea);*/ background: linear-gradient(90deg, #ffe0d8, #ffe0d8, #eaeaea);
margin-top: 5px;*/
border-radius: 10rpx; border-radius: 10rpx;
height:50rpx; height:50rpx;
line-height: 52rpx; line-height: 52rpx;
margin-left: 8rpx; margin-left: 8rpx;
margin-top: 5px;
} }
.shouchang-img{ .shouchang-img{
width: 30rpx; width: 30rpx;
@ -1338,7 +1339,7 @@
} }
.oder-mian{ .oder-mian{
width: 100%; width: 100%;
margin-top: 8px; margin-top:12px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;