From 6af05e705ac5355265b696d0a4129f36faf157eb Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 24 Feb 2025 17:05:08 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3262=20=E3=80=90=E7=A4=BC=E5=93=81?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E3=80=91=E6=AF=8F=E6=AC=A1=E9=A2=86=E5=8F=96?= =?UTF-8?q?=E7=A4=BC=E5=93=81=E6=97=B6=E8=BE=93=E5=85=A5=E6=96=B0=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=EF=BC=8C=E9=83=BD=E4=BC=9A=E6=8A=8A=E4=B8=8A=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E4=BF=9D=E5=AD=98=E7=9A=84=E5=9C=B0=E5=9D=80=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E6=8E=89=EF=BC=8C=E8=AE=BE=E7=BD=AE=E6=96=B0=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=B9=9F=E8=A6=81=E4=BF=9D=E7=95=99=E4=B8=8A=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/gift/components/AddressList.vue | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/pkg_user/views/gift/components/AddressList.vue b/pkg_user/views/gift/components/AddressList.vue index 27a79d7..6e2eef3 100644 --- a/pkg_user/views/gift/components/AddressList.vue +++ b/pkg_user/views/gift/components/AddressList.vue @@ -29,7 +29,7 @@ {{ item.province + item.city + item.district + item.detail }} - + @@ -59,13 +59,20 @@ export default { } }, methods: { - editAddress() { + editAddress(item) { + // this.$yrouter.push({ + // path: "/pages/user/address/AddressManagement/index", + // query: { + // choosMode: 3 + // } + // }); this.$yrouter.push({ - path: "/pages/user/address/AddressManagement/index", - query: { - choosMode: 3 + path: "/pages/user/address/AddAddress/index", + query: { + choosMode: 3, + id: item.id } - }); + }) }, // 选择地址 handleSelect(item) {