优化账单地址

This commit is contained in:
pushuo 2022-08-29 18:24:58 +08:00
parent 1596c985b8
commit 949bd99946
1 changed files with 4 additions and 0 deletions

View File

@ -357,6 +357,10 @@
return
}
if (key == 'shipping_address_id' && this.same_as_shipping_address) {
this.form.payment_address_id = id
}
this.form[key] = id
$http.put('/checkout', this.form).then((res) => {