main #56

Merged
longbot merged 4 commits from zhuotianyuan/WEB:main into main 2026-01-30 07:23:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 500151c957 - Show all commits

View File

@ -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,