This commit is contained in:
2025-12-18 11:00:49 +08:00
parent c223c4be67
commit aeca307eda
@@ -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
}