Browse Source

购物车结算

devlop
buffeyu 4 years ago
parent
commit
b029f345ec
1 changed files with 2 additions and 2 deletions
  1. 4
      pages/cart/index.vue

4
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 })

Loading…
Cancel
Save