This commit is contained in:
kbing1981 2024-07-04 18:17:19 +08:00
parent aed8ac332f
commit ffff0b135c
1 changed files with 5 additions and 6 deletions

View File

@ -313,8 +313,7 @@
<view class="showBtn-view" v-if="gengBtnShow==true" :style="gengNum==index?{display:'inline-block'}:{display:'none'}">
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="dingshi">联系客服</u-button>
<u-button @click="cancelOrder(order)" shape="circle" class="btns" :hair-line="false"
>
<u-button @click="cancelOrder(order)" shape="circle" class="btns" :hair-line="false">
取消订单
</u-button>
<u-button
@ -365,7 +364,7 @@
class="dingshi">联系客服</u-button>
</view>
<view class="showBtn" v-if="order.status ==9">
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle2" :hair-line="false"
<u-button class="dingshi" @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false"
>
取消订单
</u-button>
@ -556,8 +555,8 @@
orderList: [],
loading: true,
customStyle: {
// backgroundColor: '#e5e5e5',
// color: '#FFFFFF',
backgroundColor: '#e5e5e5',
color: '#FFFFFF',
// #ifdef MP-WEIXIN
width: "310upx",
@ -570,7 +569,7 @@
},
customStyle2: {
backgroundColor: '',
color: '#FFFFFF',
color: '#fff',
// #ifdef MP-WEIXIN
width: "310upx",
// #endif