From 5a0ba8a35005ebf652bdbab609b52141c41b9e9a Mon Sep 17 00:00:00 2001 From: buffeyu <271839173@qq.com> Date: Sat, 22 Jan 2022 11:03:51 +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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 }) } }) },