This commit is contained in:
pushuo 2022-07-07 19:02:31 +08:00
parent cf847a253f
commit 3e2a1e463d
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@
$http.put('/checkout', this.form).then((res) => {
this.form = res.current
this.isAllAddress = false
})
},