This commit is contained in:
parent
acda32368d
commit
f1945b04f8
|
@ -455,7 +455,6 @@
|
|||
<view class="showBtn-mian" v-if="order.status=='6'">
|
||||
<view class="showBtn">
|
||||
<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">
|
||||
|
@ -488,36 +487,36 @@
|
|||
</view>
|
||||
</view>
|
||||
<view v-if="btnShow==true" class="showBtnClass">
|
||||
<u-button :custom-style="customStyle2"
|
||||
<view :custom-style="customStyle2"
|
||||
shape="circle" :plain="true"
|
||||
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
|
||||
class="btns">
|
||||
class="eject-btns">
|
||||
去投诉
|
||||
</u-button>
|
||||
<u-button :custom-style="customStyle2" shape="circle" :plain="true"
|
||||
</view>
|
||||
<view :custom-style="customStyle2" shape="circle" :plain="true"
|
||||
@click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)"
|
||||
class="btns">
|
||||
class="eject-btns">
|
||||
去评价
|
||||
</u-button>
|
||||
<u-button shape="circle" :plain="true" @click="goChat"
|
||||
class="btns">联系客服</u-button>
|
||||
</view>
|
||||
<view shape="circle" :plain="true" @click="goChat"
|
||||
class="eject-btns">联系客服</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="showBtn-mian" v-else>
|
||||
<view class="showBtn" style="justify-content: center;">
|
||||
<u-button :custom-style="customStyle2"
|
||||
<view :custom-style="customStyle2"
|
||||
shape="circle" :plain="true"
|
||||
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
|
||||
class="btns">
|
||||
class="eject-btns">
|
||||
去投诉
|
||||
</u-button>
|
||||
<u-button :custom-style="customStyle2" shape="circle" :plain="true"
|
||||
</view>
|
||||
<view :custom-style="customStyle2" shape="circle" :plain="true"
|
||||
@click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)"
|
||||
class="btns">
|
||||
class="eject-btns">
|
||||
去评价
|
||||
</u-button>
|
||||
<u-button shape="circle" :plain="true" @click="goChat"
|
||||
class="btns">联系客服</u-button>
|
||||
</view>
|
||||
<view shape="circle" :plain="true" @click="goChat"
|
||||
class="eject-btns">联系客服</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
@ -1810,6 +1809,13 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.eject-btns{
|
||||
height:60rpx;
|
||||
line-height: 60rpx;
|
||||
border-bottom: 1px solid #f7f7f7;
|
||||
padding: 0 20rpx;
|
||||
color: #666666;
|
||||
}
|
||||
.be-remarks{
|
||||
border: 1px dashed #FE912E;
|
||||
padding: 10rpx 20rpx;
|
||||
|
@ -2009,12 +2015,10 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
/deep/.btns{
|
||||
border: 1rpx solid #e5e5e5 ;
|
||||
color: #333333 !important;
|
||||
color: #019C88 !important;
|
||||
margin-left: 10rpx !important;
|
||||
}
|
||||
/deep/.u-size-default{
|
||||
margin: 5px 0px 0px 0px;
|
||||
height:64rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.showbtn-line{
|
||||
display: flex;
|
||||
|
@ -2030,20 +2034,37 @@
|
|||
justify-content: flex-end;
|
||||
}
|
||||
.gengduo{
|
||||
display: flex;
|
||||
flex-direction:column;
|
||||
font-weight: 400;
|
||||
font-size: 25rpx;
|
||||
font-size: 28rpx;
|
||||
color: #7D7D7D;
|
||||
margin-left: 20rpx;
|
||||
margin-left: 26rpx;
|
||||
|
||||
}
|
||||
.showBtn-view{
|
||||
width: 100%;
|
||||
justify-content: flex-end;
|
||||
.showBtnClass{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
background-color: #ffffff;
|
||||
padding: 10px;
|
||||
bottom:10rpx;
|
||||
left:30rpx;
|
||||
box-shadow: 0px 0px 3px 0px #b5b5b5;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.showBtnClass:before {
|
||||
position: absolute;
|
||||
left: 20rpx;
|
||||
bottom:-12rpx;
|
||||
width: 20rpx;
|
||||
height: 20rpx;
|
||||
background: #ffffff;
|
||||
margin-top: -2px;
|
||||
border-right: 1px solid #e5e5e5;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
content: '';
|
||||
}
|
||||
.showBtn{
|
||||
width: 100%;
|
||||
|
@ -2380,7 +2401,7 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
justify-content: center;
|
||||
height: 127rpx;
|
||||
height: 110rpx;
|
||||
padding: 0 30rpx;
|
||||
border-top: 1px solid #f5f5f5;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue