From b029f345ec4b99784d391caa51016b70a70de04c Mon Sep 17 00:00:00 2001 From: buffeyu <271839173@qq.com> Date: Sat, 22 Jan 2022 11:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E7=BB=93=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/cart/index.vue b/pages/cart/index.vue index cfe2edd..2d963aa 100644 --- a/pages/cart/index.vue +++ b/pages/cart/index.vue @@ -174,7 +174,7 @@ export default { buyTon: good.weight, gramWeight: good.weight, length: good.length, - mallSupplierId: good.id, + mallSupplierId: el.supplierId, pieceQuantity: good.quantity, productId: good.productId, productSkuId: good.productSkuId, @@ -199,7 +199,7 @@ export default { // purchaserEnterpriseId: '677166943471538176', // userId: '573244119569272832', } - // console.log('params', params) + console.log('params', params) closePaperReserve(params).then(res => { if(res) { go2('order-make', { orderId: res.orderId })