【功能优化】订单确认页,增加按照顺序自动选择物流方式,替代原有只选择“快递配送”的方式

This commit is contained in:
YunaiV
2024-10-13 21:30:14 +08:00
parent 4dd6e82309
commit 789ec69933
4 changed files with 38 additions and 7 deletions
+3
View File
@@ -6,6 +6,9 @@ const TradeConfigApi = {
return request({
url: `/trade/config/get`,
method: 'GET',
custom: {
showLoading: false,
},
});
},
};