forked from angelo/web-retail-h5
feat(order): 订单-支付按钮主题色处理
This commit is contained in:
parent
8432603d76
commit
96b56e2a12
|
@ -100,7 +100,7 @@
|
||||||
shape="circle"
|
shape="circle"
|
||||||
@click="goPay(item)"
|
@click="goPay(item)"
|
||||||
:text="'支付'"
|
:text="'支付'"
|
||||||
color="#E03030"></u-button>
|
color="#005BAC"></u-button>
|
||||||
<u-button type="primary"
|
<u-button type="primary"
|
||||||
v-if="item.orderStatus == 3||item.orderStatus == 5"
|
v-if="item.orderStatus == 3||item.orderStatus == 5"
|
||||||
@click="openWl(item)"
|
@click="openWl(item)"
|
||||||
|
|
Loading…
Reference in New Issue