From bd1d95db525b87e2c2cde6e1fe4db4f8bbce5e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 13 Oct 2025 09:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BF=AB=E6=8D=B7=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E8=AF=B7=E6=B1=82=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/localLife/pay/index.vue | 1 + 1 file changed, 1 insertion(+) 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 => { })