Browse Source

修改了请求流程

feature/feature-compatible
wangkesi 7 years ago
parent
commit
c2240fa1f6
1 changed files with 3 additions and 0 deletions
  1. 3
      src/view/home.vue

3
src/view/home.vue

@ -361,6 +361,9 @@ export default {
cancelText: "切换地址", cancelText: "切换地址",
onCancel: () => { onCancel: () => {
this.show = true; this.show = true;
},
onConfirm: () => {
this.getGoodsList();
} }
}); });
} else if (data.userAddress.type == 0) { } else if (data.userAddress.type == 0) {

Loading…
Cancel
Save