Commit 2d4b262b authored by Kevin T. Lee's avatar Kevin T. Lee Committed by linlinjava
Browse files

[FIX] 修复新建完地址立即选择地址会退回编辑界面,以致[参数不正确]错误 (#320)

parent 7fa61763
......@@ -45,7 +45,7 @@ export default {
onSave(content) {
addressSave(content).then(res => {
this.$toast('成功');
this.$router.push({ path: '/user/address' });
this.$router.go(-1);
});
},
onDelete(content) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment