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