diff --git a/packages/localLife/pay/index.vue b/packages/localLife/pay/index.vue index 727dbdbd..ee670212 100644 --- a/packages/localLife/pay/index.vue +++ b/packages/localLife/pay/index.vue @@ -307,6 +307,7 @@ export default { const params = { id: this.OrderMsg.id, back_wygjj: this.homeMoney, + back_points: this.integral, } request(apiArr.tradeQuery, "POST", params).then(res => { })