This commit is contained in:
kbing1981 2024-07-18 10:25:00 +08:00
parent 96717e279c
commit 6c0c47c5c5
2 changed files with 22 additions and 20 deletions

View File

@ -349,7 +349,7 @@
</view>
</view>
<view class="showBtn" v-if="order.status ==1">
<view class="showBtn tabber" v-if="order.status ==1">
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false">
取消订单
</u-button>
@ -367,7 +367,7 @@
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button>
</view>
<view class="showBtn" v-if="order.status ==2">
<view class="showBtn tabber" v-if="order.status ==2">
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false">
取消订单
</u-button>
@ -383,7 +383,7 @@
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button>
</view>
<view class="showBtn" v-if="order.status ==3">
<view class="showBtn tabber" v-if="order.status ==3">
<u-button :custom-style="customStyle2" shape="circle" :plain="true"
@click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)"
class="btns">
@ -398,15 +398,15 @@
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button>
</view>
<view class="showBtn" v-if="order.status ==4">
<view class="showBtn tabber" v-if="order.status ==4">
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button>
</view>
<view class="showBtn" v-if="order.status ==5">
<view class="showBtn tabber" v-if="order.status ==5">
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button>
</view>
<view class="showBtn" v-if="order.status==6" :style="{'justify-content':order.status ==6||order.status ==1?'space-between':'flex-end'}">
<view class="showBtn showBtn" v-if="order.status==6" :style="{'justify-content':order.status ==6||order.status ==1?'space-between':'flex-end'}">
<view class="gengduo" @click.stop="gengBtn">更多</view>
<view style="display: flex;flex-direction: row;align-items: center;justify-content: flex-end">
<u-button
@ -458,7 +458,7 @@
</view>
</view>
<view class="showBtn" v-if="order.status ==7">
<view class="showBtn tabber" v-if="order.status ==7">
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false"
>
取消订单
@ -474,7 +474,7 @@
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button>
</view>
<view class="showBtn" v-if="order.status ==8">
<view class="showBtn tabber" v-if="order.status ==8">
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false"
>
取消订单
@ -490,7 +490,7 @@
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button>
</view>
<view class="showBtn" v-if="order.status ==9">
<view class="showBtn tabber" v-if="order.status ==9">
<u-button class="btns" @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false"
>
取消订单
@ -504,7 +504,7 @@
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button>
</view>
<view class="showBtn" v-if="order.status ==10">
<view class="showBtn tabber" v-if="order.status ==10">
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false"
>
取消订单
@ -2528,7 +2528,7 @@
flex-direction: column;
}
/deep/.btns{
color: #333333 !important;
color: #666 !important;
margin-left: 10rpx !important;
}
/deep/.u-size-default{
@ -2691,8 +2691,8 @@
font-weight: bold;
}
.d-touxiang{
width: 46rpx;
height: 46rpx;
width: 60rpx;
height: 60rpx;
border-radius: 50%;
}
.money-pay-jia{
@ -2869,14 +2869,15 @@
.tabber {
width: 100%;
background: #fff;
background: #ffffff;
position: fixed;
bottom: 0;
left: 0;
right: 0;
justify-content: center;
height: 127rpx;
height: 110rpx;
padding: 0 30rpx;
border-top: 1px solid #f0f0f0;
}
.box {

View File

@ -291,10 +291,10 @@
// color: '#FFFFFF',
// #ifdef MP-WEIXIN
width: "310upx",
width: "190upx",
// #endif
// #ifndef MP-WEIXIN
width: '310upx',
width: '190upx',
// #endif
margin: '0 10upx',
@ -303,10 +303,10 @@
backgroundColor: '',
color: '',
// #ifdef MP-WEIXIN
width: "310upx",
width: "190upx",
// #endif
// #ifndef MP-WEIXIN
width: '310upx',
width: '190upx',
// #endif
margin: '0 10upx',
@ -1901,8 +1901,9 @@
left: 0;
right: 0;
justify-content: center;
height: 127rpx;
height: 110rpx;
padding: 0 30rpx;
border-top: 1px solid #f0f0f0;
}
.box {