From cb1db05f0079a070cfeff90bf5ec4e0fb1016754 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 22 May 2023 17:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E6=A0=BC=E5=91=98=E4=B8=8B=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pingchang/AppSuperMarket/myOrderList.vue | 2 +- src/project/pingchang/AppSuperMarket/placeOrder.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/project/pingchang/AppSuperMarket/myOrderList.vue b/src/project/pingchang/AppSuperMarket/myOrderList.vue index e3ec43b4..d1cf0e6f 100644 --- a/src/project/pingchang/AppSuperMarket/myOrderList.vue +++ b/src/project/pingchang/AppSuperMarket/myOrderList.vue @@ -81,7 +81,7 @@ export default { params: { current: this.current, status: this.currentTabs == 0 ? '' : this.currentTabs - 1, - createUserId: this.user.girdMemberId + createUserId: this.user.id } }).then(res => { if (res.code === 0) { diff --git a/src/project/pingchang/AppSuperMarket/placeOrder.vue b/src/project/pingchang/AppSuperMarket/placeOrder.vue index f16d95a4..c54b9015 100644 --- a/src/project/pingchang/AppSuperMarket/placeOrder.vue +++ b/src/project/pingchang/AppSuperMarket/placeOrder.vue @@ -101,8 +101,7 @@ export default { shopId: this.goodsInfo.shopId, goodsId: this.goodsInfo.id, remarks: this.value, - quantity: this.goodsNum, - createUserId: this.user.girdMemberId + quantity: this.goodsNum }).then(res => { if (res.code === 0) { this.toSuccess()