提交 a3a850fc 编写于 作者: M maguohua

update

上级 779e254c
......@@ -121,8 +121,13 @@
this.tag_type = 4;
}
let res = await postAddAddress(this.userInfo.user_id, this.searchAddress.name, this.address_detail, this.geohash, this.name, this.phone, this.anntherPhoneNumber, 0, this.sex, this.tag, this.tag_type);
this.CONFIRM_ADDRESS(1);
this.$router.go(-1);
if (res.message) {
this.showAlert = true;
this.alertText = res.message;
}else {
this.CONFIRM_ADDRESS(1);
this.$router.go(-1);
}
},
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册