pages/cart/paymentPage/index.js
@@ -161,7 +161,6 @@ payPrice: res.payPrice.toFixed(2), ImmediatelyReceive: res.payPrice }) console.log(1, res.saleMethodLinks); res.saleMethodLinks.forEach(item => { const type = item.orderSaleMethod.type == 'createProductItemSaleMethod' ? 'item' : 'product'; item.type = type; // 将type设置为item对象的属性,而不是使用setData