|
|
@@ -760,6 +760,7 @@ export default {
|
|
|
this.payForm.orderSn = response.data.SN
|
|
|
this.payForm.amount = response.data.ORDER_AMOUNT
|
|
|
this.payForm.metadata.custom_fields[0].value = response.data.SN
|
|
|
+ this.payForm.email = response.data.EMAIL
|
|
|
if (this.form.decType === 'ba') {
|
|
|
this.payForm.metadata.custom_fields[1].value = 'baUpgrade'
|
|
|
} else {
|