This commit is contained in:
parent
16b051d186
commit
55a5be00eb
|
@ -58,16 +58,6 @@
|
|||
</view>
|
||||
</view>
|
||||
<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="flex align-center justify-between jusitify-line">
|
||||
<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>
|
||||
</view>
|
||||
</view>-->
|
||||
</view>
|
||||
|
||||
<view class="margin-top-xl pay-ding">
|
||||
<view class="flex align-center pay-ding-top">
|
||||
|
@ -2977,17 +2967,16 @@ page {
|
|||
}
|
||||
|
||||
.serverAddress {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.add-content{
|
||||
background: #FFFFFF url(../../static/address/map.png)no-repeat top right;
|
||||
background-size:40%;
|
||||
padding: 30rpx;
|
||||
border-radius: 24rpx;
|
||||
margin-top: 24rpx;
|
||||
}
|
||||
background: #fff;
|
||||
padding: 30rpx;
|
||||
border-radius: 24rpx;
|
||||
margin-top: 24rpx;
|
||||
}
|
||||
.add-lin{
|
||||
height: 74rpx;
|
||||
line-height: 74rpx;
|
||||
|
@ -3066,32 +3055,4 @@ page {
|
|||
font-size: 30rpx;
|
||||
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>
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<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 class="Service-add">服务地址</view>
|
||||
<view class="Service-Address">{{province}}/{{city}}/{{district}}/{{detailaddress}}</view>
|
||||
<view v-if="!detailaddress">请选择地址</view>
|
||||
<view class="Service-name" >
|
||||
<span>{{name}}222</span>
|
||||
<span>{{mobile}}111</span>
|
||||
<span>{{name}}</span>
|
||||
<span>{{mobile}}</span>
|
||||
</view>
|
||||
<view class="jusitify-line" v-if="order.remark">
|
||||
<view class="line-word title-font">备注内容</view>
|
||||
|
@ -2173,4 +2173,9 @@
|
|||
padding: 0rpx 10rpx;
|
||||
line-height: 42rpx;
|
||||
}
|
||||
.add-content{
|
||||
background: #FFFFFF url(../../static/address/map.png)no-repeat top right;
|
||||
background-size:40%;
|
||||
border-radius: 24rpx;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<view class="margin-right-xs u-skeleton-fillet head-title">
|
||||
{{orderXm.title}}
|
||||
</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 class="flex align-center">
|
||||
<view style="width: 100%;">
|
||||
|
|
|
@ -1111,12 +1111,13 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
/*border: 1px #fcd7cf solid;
|
||||
background: linear-gradient(90deg, #ffe0d8, #ffe0d8, #eaeaea);*/
|
||||
background: linear-gradient(90deg, #ffe0d8, #ffe0d8, #eaeaea);
|
||||
margin-top: 5px;*/
|
||||
border-radius: 10rpx;
|
||||
height:50rpx;
|
||||
line-height: 52rpx;
|
||||
margin-left: 8rpx;
|
||||
margin-top: 5px;
|
||||
|
||||
}
|
||||
.shouchang-img{
|
||||
width: 30rpx;
|
||||
|
@ -1338,7 +1339,7 @@
|
|||
}
|
||||
.oder-mian{
|
||||
width: 100%;
|
||||
margin-top: 8px;
|
||||
margin-top:12px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue