diff --git a/src/project/fengdu/AppRedemptionPoints/myOrderList.vue b/src/project/fengdu/AppRedemptionPoints/myOrderList.vue index 2804ccc..2efc509 100644 --- a/src/project/fengdu/AppRedemptionPoints/myOrderList.vue +++ b/src/project/fengdu/AppRedemptionPoints/myOrderList.vue @@ -80,7 +80,8 @@ export default { this.$instance.post(`/app/appintegralsupermarketorder/listForXCX`, null, { params: { current: this.current, - status: this.currentTabs == 0 ? '' : this.currentTabs - 1 + status: this.currentTabs == 0 ? '' : this.currentTabs - 1, + createUserId: this.user.id } }).then(res => { if (res.code === 0) {