From c2240fa1f66f69fe0a8201debf666febc75852dc Mon Sep 17 00:00:00 2001 From: wangkesi Date: Mon, 29 Oct 2018 19:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 3 +++ 1 file changed, 3 insertions(+) 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) {