From 924c3bb2fb3208d2202bfe286f410f26128f053b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 8 Oct 2025 17:18:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E9=80=81=E5=9C=B0=E5=9D=80=E6=8A=A5=E9=94=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/addAddress/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/shop/addAddress/index.vue b/packages/shop/addAddress/index.vue index 0d3f3f5d..1ca9eeda 100644 --- a/packages/shop/addAddress/index.vue +++ b/packages/shop/addAddress/index.vue @@ -222,10 +222,9 @@ export default { }) return } - console.log("🚀 ~ headerSubmitClick ~ type:", this.type) if(this.type === 'edit') { const res = await request(apiArr2.updateAddress, "POST", { - user_id: this.id, + id: this.id, name: this.name, phone: this.phone, address: this.tab === 0 ? this.orientation.region + this.orientation.district : `${confirmProv1.short_name}${xsq.short_name ? xsq.short_name : confirmCity.short_name}${confirmDist.short_name}`,