From aeca307edacaa4d526cab11194e510e51d790002 Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Thu, 18 Dec 2025 11:00:49 +0800 Subject: [PATCH] commit --- .../views/platform/zhgh/welfare/select/optionSelect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/views/platform/zhgh/welfare/select/optionSelect.js b/src/main/resources/views/platform/zhgh/welfare/select/optionSelect.js index 9c144f9..232d0b0 100644 --- a/src/main/resources/views/platform/zhgh/welfare/select/optionSelect.js +++ b/src/main/resources/views/platform/zhgh/welfare/select/optionSelect.js @@ -607,7 +607,7 @@ const optionSelect = { // 获取收货地址 async getAddress() { - const resp = await this.$axios.post("/platform/welfare/addressManage/selectUserAddress") + const resp = await this.$axios.post("/platform/welfare/addressManage/selectUserAddress",{userId:this.userId}) if (resp.code === 0) { this.addressOptions = resp.data }