Browse Source

修改了按钮

feature/feature-compatible
wangkesi 7 years ago
parent
commit
63a99855ba
1 changed files with 1 additions and 1 deletions
  1. 2
      src/view/home.vue

2
src/view/home.vue

@ -372,7 +372,7 @@ export default {
cancelText: "切换地址", cancelText: "切换地址",
onCancel: () => { onCancel: () => {
this.show = true; this.show = true;
this.state == 2;
this.state = 2;
}, },
onConfirm: () => { onConfirm: () => {
this.provinceId = data.userAddress this.provinceId = data.userAddress

Loading…
Cancel
Save