This commit is contained in:
parent
d217078e51
commit
5a38993873
|
@ -55,7 +55,18 @@
|
|||
</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="flex align-center jusitify-line">
|
||||
<view class="line-word title-font">客户姓名</view>
|
||||
|
@ -74,7 +85,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">
|
||||
|
@ -504,19 +515,18 @@
|
|||
</view>
|
||||
<view class="showBtn-mian" v-else>
|
||||
<view class="showBtn" style="justify-content: center;">
|
||||
<view :custom-style="customStyle2"
|
||||
<u-button :custom-style="customStyle2"
|
||||
shape="circle" :plain="true"
|
||||
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
|
||||
class="eject-btnsa">
|
||||
class="btns">
|
||||
去投诉
|
||||
</view>
|
||||
<view :custom-style="customStyle2" shape="circle" :plain="true"
|
||||
</u-button>
|
||||
<u-button :custom-style="customStyle2" shape="circle" :plain="true"
|
||||
@click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)"
|
||||
class="eject-btnsa">
|
||||
class="btns">
|
||||
去评价
|
||||
</view>
|
||||
<view shape="circle" :plain="true" @click="goChat"
|
||||
class="eject-btnsa">联系客服</view>
|
||||
</u-button>
|
||||
<u-button shape="circle" :plain="true" @click="goChat" class="btns">联系客服</u-button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
@ -2025,10 +2035,10 @@ export default {
|
|||
flex-direction: column;
|
||||
}
|
||||
/deep/.btns{
|
||||
color: #019C88 !important;
|
||||
margin-left: 10rpx !important;
|
||||
height:64rpx;
|
||||
font-size: 28rpx;
|
||||
color: #019C88 !important;
|
||||
margin-left: 10rpx !important;
|
||||
height:70rpx;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
/deep/.u-size-default{
|
||||
margin: 5px 0px 0px 0px;
|
||||
|
@ -2487,9 +2497,33 @@ export default {
|
|||
color: #333333;
|
||||
}
|
||||
.add-content{
|
||||
background: #fff;
|
||||
padding: 30rpx;
|
||||
border-radius: 24rpx;
|
||||
margin-top: 24rpx;
|
||||
}
|
||||
background: #FFFFFF url(../../static/address/map.png)no-repeat top right;
|
||||
background-size:40%;
|
||||
padding: 30rpx;
|
||||
border-radius: 24rpx;
|
||||
margin-top: 24rpx;
|
||||
}
|
||||
.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:30rpx;
|
||||
color:#333;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
.Service-name span:nth-child(2){
|
||||
font-size:30rpx;
|
||||
color:#666;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<view v-if="order.overTimeOrders == 1" class="dingshi" style="font-size: 32upx;height: 150rpx;padding: 26rpx 29rpx 0 29rpx;">
|
||||
<view v-if="order.overTimeOrders == 1" class="dingshi" style=";border-radius: 19upx;font-size: 32upx;height: 150rpx;padding: 26rpx 29rpx 0 29rpx;">
|
||||
<view style="color: red;font-size:26rpx">(订单已超时)</view>
|
||||
</view>
|
||||
<view class="padding-bottom u-skeleton">
|
||||
|
|
Loading…
Reference in New Issue