[FIX] 修复新建完地址立即选择地址会退回编辑界面,以致[参数不正确]错误 (#320)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user