This commit is contained in:
parent
aed8ac332f
commit
ffff0b135c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue