This commit is contained in:
parent
d9d8918818
commit
957b6c3153
|
@ -17,7 +17,7 @@
|
|||
</view>
|
||||
<view class="u-flex-1 margin-left-sm">
|
||||
<view class="flex head-title-right">
|
||||
<view class="margin-right-xs text-df u-skeleton-fillet head-title">
|
||||
<view class="head-title">
|
||||
{{order.entryName}}
|
||||
</view>
|
||||
<view class="zhuangtai">
|
||||
|
@ -111,9 +111,9 @@
|
|||
<view class="jusitify-line">
|
||||
<view class="line-word">订单编号</view>
|
||||
<view class="flex align-center" @tap="copy(order.ordersNo)"
|
||||
style="color: #333;font-size: 26rpx;">
|
||||
style="color: #333;font-size: 30rpx;">
|
||||
<view class="">{{order.ordersNo}}</view>
|
||||
<u-icon name="file-text" style="color: #096f4b;margin-left: 10rpx;"></u-icon>
|
||||
<u-icon name="file-text" style="color: #1db18f;margin-left: 10rpx;"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
@ -474,7 +474,11 @@
|
|||
<view class="flex tabber padding-top-sm padding-bottom-sm align-center">
|
||||
<view class="showBtn-mian" v-if="order.status=='6'">
|
||||
<view class="showBtn">
|
||||
<view class="gengduo" @click.stop="gengBtn">更多</view>
|
||||
<view class="gengduo" @click.stop="gengBtn">
|
||||
<image style="width: 40rpx; height: 40rpx; margin-left: 3rpx;" src="../../static/mores.png" mode=""></image>
|
||||
更多
|
||||
</view>
|
||||
<view class="showbtn-line">
|
||||
<u-button
|
||||
shape="circle" :plain="true"
|
||||
@click="toggle('center',order)"
|
||||
|
@ -502,16 +506,17 @@
|
|||
充值
|
||||
</u-button>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="btnShow==true" class="showBtnClass">
|
||||
<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="dingshi">
|
||||
class="btns">
|
||||
去投诉
|
||||
</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="dingshi">
|
||||
class="btns">
|
||||
去评价
|
||||
</u-button>
|
||||
<u-button shape="circle" :plain="true" @click="goChat"
|
||||
|
@ -640,7 +645,7 @@
|
|||
<view class="popup-content">
|
||||
<view class="popup-head">
|
||||
<span>请输入提前结束的原因</span>
|
||||
<span @click="closePopup(type)">x</span>
|
||||
<span @click="closePopup(type)"><image style="width: 30rxp; height: 50rpx;" src="../../static/close.png" mode=""></image></span>
|
||||
</view>
|
||||
<view class="popup-mian">
|
||||
<textarea placeholder="请输入提前结束服务原因" @input="textareaInp" class="popup-mian-textarea" name="" id="" cols="30" rows="10"></textarea>
|
||||
|
@ -1775,13 +1780,16 @@
|
|||
}
|
||||
.showBtnClass{
|
||||
position: absolute;
|
||||
background: #f7f7f7;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100px;
|
||||
left: 0;
|
||||
margin-bottom: 50px;
|
||||
margin-left: 20px;
|
||||
margin-bottom: 43px;
|
||||
margin-left: 10px;
|
||||
border-radius: 20rpx 20rpx 20rpx 0;
|
||||
box-shadow: 0px 0px 3px 0px #b5b5b5;
|
||||
padding: 15rpx 5rpx;
|
||||
}
|
||||
.dingshi,.btns{
|
||||
width: 0px !important;
|
||||
|
@ -1887,10 +1895,10 @@
|
|||
border-radius: 14rpx;
|
||||
}
|
||||
.xiangmu{
|
||||
width: 95%;
|
||||
width: 94%;
|
||||
height: 263rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 21rpx;
|
||||
border-radius:50rpx;
|
||||
margin: 0px auto 10px auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -1921,7 +1929,7 @@
|
|||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.popup-mian-textarea{
|
||||
width: 525.69rpx;
|
||||
|
@ -1936,12 +1944,6 @@
|
|||
.popup-head span:nth-child(2){
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
line-height: 19px;
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
color: #15AB8D;
|
||||
border-radius: 50%;
|
||||
border: 3px solid #15AB8D;
|
||||
}
|
||||
.popup-head span:nth-child(1){
|
||||
font-weight: bold;
|
||||
|
@ -1962,17 +1964,23 @@
|
|||
width: 613rpx;
|
||||
height: 479rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 56rpx;
|
||||
border-radius: 40rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
/deep/.btns{
|
||||
background: #019C88 !important;
|
||||
color: #fff !important;
|
||||
border: 1rpx solid #e5e5e5 ;
|
||||
color: #333333 !important;
|
||||
margin-left: 10rpx !important;
|
||||
}
|
||||
/deep/.u-size-default{
|
||||
margin: 5px 0px 0px 0px;
|
||||
}
|
||||
.showbtn-line{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
.showBtn-mian{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
@ -1982,9 +1990,13 @@
|
|||
justify-content: flex-end;
|
||||
}
|
||||
.gengduo{
|
||||
display: flex;
|
||||
flex-direction:column;
|
||||
font-weight: 400;
|
||||
font-size: 25rpx;
|
||||
color: #7D7D7D;
|
||||
margin-left: 20rpx;
|
||||
|
||||
}
|
||||
.showBtn-view{
|
||||
width: 100%;
|
||||
|
@ -2016,6 +2028,7 @@
|
|||
}
|
||||
.zhuangtai{
|
||||
color: #029D88;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
.head-title-right{
|
||||
display: flex;
|
||||
|
@ -2030,6 +2043,7 @@
|
|||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
.fei-view-list span,.fei-view-list-z span{
|
||||
font-weight: bold;
|
||||
|
@ -2097,7 +2111,7 @@
|
|||
}
|
||||
.list-pay{
|
||||
width: 100%;
|
||||
padding: 0px 29rpx;
|
||||
padding: 0 29rpx 20rpx 29rpx ;
|
||||
}
|
||||
.pay-ding-top{
|
||||
width: 100%;
|
||||
|
@ -2142,7 +2156,7 @@
|
|||
font-size: 25rpx;
|
||||
}
|
||||
.money-pay-zhen span:nth-child(2){
|
||||
font-size: 31.25rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.money-pay-zhen{
|
||||
|
@ -2328,6 +2342,7 @@
|
|||
justify-content: center;
|
||||
height: 127rpx;
|
||||
padding: 0 30rpx;
|
||||
border-top: 1px solid #f5f5f5;
|
||||
}
|
||||
|
||||
.box {
|
||||
|
|
Loading…
Reference in New Issue