diff --git a/pages/cart/index.vue b/pages/cart/index.vue index a1bd75b..cfe2edd 100644 --- a/pages/cart/index.vue +++ b/pages/cart/index.vue @@ -100,7 +100,7 @@ export default { disabled: false }, params: { - userId: this.$store.state.userInfo.userId || null + // userId: this.$store.state.userInfo.userId || null }, pagination: { pageNum: 0, // 初始会执行一次下拉加载 @@ -196,10 +196,13 @@ export default { orderGoodsList: orderGoodsList, purchaserEnterpriseId: this.$store.state.companyInfo.id, userId: this.$store.state.userInfo.userId, + // purchaserEnterpriseId: '677166943471538176', + // userId: '573244119569272832', } + // console.log('params', params) closePaperReserve(params).then(res => { if(res) { - + go2('order-make', { orderId: res.orderId }) } }) },