fix(订单列表): 将默认 shipmentPlatform 从 uniuni 改为 freightwaves
This commit is contained in:
parent
8190dc92eb
commit
500151c957
|
|
@ -1444,7 +1444,7 @@ const Shipping: React.FC<{
|
||||||
let shipmentInfo = localStorage.getItem('shipmentInfo');
|
let shipmentInfo = localStorage.getItem('shipmentInfo');
|
||||||
if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo);
|
if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo);
|
||||||
const a = {
|
const a = {
|
||||||
shipmentPlatform: 'uniuni',
|
shipmentPlatform: 'freightwaves',
|
||||||
courierCompany: '',
|
courierCompany: '',
|
||||||
...data,
|
...data,
|
||||||
// payment_method_id: shipmentInfo?.payment_method_id,
|
// payment_method_id: shipmentInfo?.payment_method_id,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue