This commit is contained in:
pushuo 2022-08-29 18:34:03 +08:00
parent 949bd99946
commit dcd7ba47c3
1 changed files with 1 additions and 0 deletions

View File

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