修改部分已知的代码问题

This commit is contained in:
lemon橪
2021-09-28 17:56:21 +08:00
parent 3b9b2e8ba2
commit c98c5b64e1
4 changed files with 4 additions and 5 deletions

View File

@@ -507,6 +507,7 @@ export default {
// 获取结算参数
getOrderList() {
this.notSupportFreight = []
// 获取结算参数
API_Trade.getCheckoutParams(this.routerVal.way).then((res) => {
res.data.result.cartList.forEach((item, index) => {