Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
2d4b262b
Commit
2d4b262b
authored
Jan 06, 2020
by
Kevin T. Lee
Committed by
linlinjava
Jan 06, 2020
Browse files
[FIX] 修复新建完地址立即选择地址会退回编辑界面,以致[参数不正确]错误 (#320)
parent
7fa61763
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-vue/src/views/user/module-address-edit/index.vue
View file @
2d4b262b
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment