This commit is contained in:
kbing1981 2024-09-03 10:40:48 +08:00
parent d217078e51
commit 5a38993873
2 changed files with 54 additions and 20 deletions

View File

@ -55,7 +55,18 @@
</view> </view>
</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 jusitify-line"> <view class="flex align-center jusitify-line">
<view class="line-word title-font">客户姓名</view> <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 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">
@ -504,19 +515,18 @@
</view> </view>
<view class="showBtn-mian" v-else> <view class="showBtn-mian" v-else>
<view class="showBtn" style="justify-content: center;"> <view class="showBtn" style="justify-content: center;">
<view :custom-style="customStyle2" <u-button :custom-style="customStyle2"
shape="circle" :plain="true" shape="circle" :plain="true"
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)" @click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
class="eject-btnsa"> class="btns">
去投诉 去投诉
</view> </u-button>
<view :custom-style="customStyle2" shape="circle" :plain="true" <u-button :custom-style="customStyle2" shape="circle" :plain="true"
@click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)" @click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)"
class="eject-btnsa"> class="btns">
去评价 去评价
</view> </u-button>
<view shape="circle" :plain="true" @click="goChat" <u-button shape="circle" :plain="true" @click="goChat" class="btns">联系客服</u-button>
class="eject-btnsa">联系客服</view>
</view> </view>
</view> </view>
@ -2025,10 +2035,10 @@ export default {
flex-direction: column; flex-direction: column;
} }
/deep/.btns{ /deep/.btns{
color: #019C88 !important; color: #019C88 !important;
margin-left: 10rpx !important; margin-left: 10rpx !important;
height:64rpx; height:70rpx;
font-size: 28rpx; font-size: 30rpx;
} }
/deep/.u-size-default{ /deep/.u-size-default{
margin: 5px 0px 0px 0px; margin: 5px 0px 0px 0px;
@ -2487,9 +2497,33 @@ export default {
color: #333333; color: #333333;
} }
.add-content{ .add-content{
background: #fff; background: #FFFFFF url(../../static/address/map.png)no-repeat top right;
padding: 30rpx; background-size:40%;
border-radius: 24rpx; padding: 30rpx;
margin-top: 24rpx; 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> </style>

View File

@ -1,6 +1,6 @@
<template> <template>
<view class="content"> <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 style="color: red;font-size:26rpx">(订单已超时)</view>
</view> </view>
<view class="padding-bottom u-skeleton"> <view class="padding-bottom u-skeleton">