This commit is contained in:
kbing1981 2024-07-18 18:34:01 +08:00
parent acda32368d
commit f1945b04f8
1 changed files with 52 additions and 31 deletions

View File

@ -455,7 +455,6 @@
<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 class="gengduo" @click.stop="gengBtn">
<image style="width: 40rpx; height: 40rpx; margin-left: 3rpx;" src="../../static/mores.png" mode=""></image>
更多 更多
</view> </view>
<view class="showbtn-line"> <view class="showbtn-line">
@ -488,36 +487,36 @@
</view> </view>
</view> </view>
<view v-if="btnShow==true" class="showBtnClass"> <view v-if="btnShow==true" class="showBtnClass">
<u-button :custom-style="customStyle2" <view :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="btns"> class="eject-btns">
去投诉 去投诉
</u-button> </view>
<u-button :custom-style="customStyle2" shape="circle" :plain="true" <view :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="btns"> class="eject-btns">
去评价 去评价
</u-button> </view>
<u-button shape="circle" :plain="true" @click="goChat" <view shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button> class="eject-btns">联系客服</view>
</view> </view>
</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;">
<u-button :custom-style="customStyle2" <view :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="btns"> class="eject-btns">
去投诉 去投诉
</u-button> </view>
<u-button :custom-style="customStyle2" shape="circle" :plain="true" <view :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="btns"> class="eject-btns">
去评价 去评价
</u-button> </view>
<u-button shape="circle" :plain="true" @click="goChat" <view shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button> class="eject-btns">联系客服</view>
</view> </view>
</view> </view>
@ -1810,6 +1809,13 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.eject-btns{
height:60rpx;
line-height: 60rpx;
border-bottom: 1px solid #f7f7f7;
padding: 0 20rpx;
color: #666666;
}
.be-remarks{ .be-remarks{
border: 1px dashed #FE912E; border: 1px dashed #FE912E;
padding: 10rpx 20rpx; padding: 10rpx 20rpx;
@ -2009,12 +2015,10 @@
flex-direction: column; flex-direction: column;
} }
/deep/.btns{ /deep/.btns{
border: 1rpx solid #e5e5e5 ; color: #019C88 !important;
color: #333333 !important;
margin-left: 10rpx !important; margin-left: 10rpx !important;
} height:64rpx;
/deep/.u-size-default{ font-size: 28rpx;
margin: 5px 0px 0px 0px;
} }
.showbtn-line{ .showbtn-line{
display: flex; display: flex;
@ -2030,20 +2034,37 @@
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: 28rpx;
color: #7D7D7D; color: #7D7D7D;
margin-left: 20rpx; margin-left: 26rpx;
} }
.showBtn-view{ .showBtnClass{
width: 100%;
justify-content: flex-end;
display: flex; display: flex;
flex-direction: row; flex-direction: column;
align-items: center; 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{ .showBtn{
width: 100%; width: 100%;
@ -2380,7 +2401,7 @@
left: 0; left: 0;
right: 0; right: 0;
justify-content: center; justify-content: center;
height: 127rpx; height: 110rpx;
padding: 0 30rpx; padding: 0 30rpx;
border-top: 1px solid #f5f5f5; border-top: 1px solid #f5f5f5;
} }