Browse Source

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

Xiao_123 9 tháng trước cách đây
mục cha
commit
f439f44440
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      sheep/api/trade/config.js

+ 3 - 0
sheep/api/trade/config.js

@@ -6,6 +6,9 @@ const TradeConfigApi = {
     return request({
       url: `/trade/config/get`,
       method: 'GET',
+      custom: {
+        showLoading: false,
+      },
     });
   },
 };