diff --git a/src/view/home.vue b/src/view/home.vue index 1b8cd0c..89e74cb 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -361,6 +361,9 @@ export default { cancelText: "切换地址", onCancel: () => { this.show = true; + }, + onConfirm: () => { + this.getGoodsList(); } }); } else if (data.userAddress.type == 0) {