🐞 fix(订单详情的支付图标):更换颜色
This commit is contained in:
parent
9bb2679ac3
commit
dcf76ab611
@ -355,6 +355,7 @@ const OrderDetails = () => {
|
||||
fonts: '发货后3天内付款',
|
||||
isCheck: false,
|
||||
money: '',
|
||||
color: '#ffffff',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@ -371,6 +372,7 @@ const OrderDetails = () => {
|
||||
{
|
||||
iconfont: 'icon-saomiao',
|
||||
name: '扫码支付',
|
||||
color: '#ffffff',
|
||||
},
|
||||
])
|
||||
const toPay = async(e, item) => {
|
||||
@ -403,6 +405,7 @@ const OrderDetails = () => {
|
||||
id: 6,
|
||||
iconfont: 'icon-huozhuziti',
|
||||
name: '货主自提',
|
||||
color: '#ffffff',
|
||||
fonts: '',
|
||||
money: '',
|
||||
isCheck: false,
|
||||
@ -432,6 +435,7 @@ const OrderDetails = () => {
|
||||
{
|
||||
iconfont: 'icon-saomiao',
|
||||
name: '扫码支付',
|
||||
color: '#ffffff',
|
||||
},
|
||||
)
|
||||
if (item.is_shipper_picks_up) {
|
||||
@ -446,6 +450,7 @@ const OrderDetails = () => {
|
||||
fonts: '',
|
||||
money: '',
|
||||
isCheck: false,
|
||||
color: '#ffffff',
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user