优化账单地址
This commit is contained in:
parent
1596c985b8
commit
949bd99946
|
|
@ -357,6 +357,10 @@
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (key == 'shipping_address_id' && this.same_as_shipping_address) {
|
||||||
|
this.form.payment_address_id = id
|
||||||
|
}
|
||||||
|
|
||||||
this.form[key] = id
|
this.form[key] = id
|
||||||
|
|
||||||
$http.put('/checkout', this.form).then((res) => {
|
$http.put('/checkout', this.form).then((res) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue