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) {