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