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()