|
|
@ -311,7 +311,8 @@ export default { |
|
|
|
actualPay: info.actualPay, |
|
|
|
actualPayKey: info.actualPayKey, |
|
|
|
paymentAccessNoValue: info.paymentAccessNoValue, |
|
|
|
paymentAccessNoKey: info.paymentAccessNoValue |
|
|
|
paymentAccessNoKey: info.paymentAccessNoValue, |
|
|
|
sid: '' |
|
|
|
}) |
|
|
|
return |
|
|
|
} |
|
|
@ -332,7 +333,8 @@ export default { |
|
|
|
actualPay: info.actualPay, |
|
|
|
actualPayKey: info.actualPayKey, |
|
|
|
paymentAccessNoValue: info.paymentAccessNoValue, |
|
|
|
paymentAccessNoKey: info.paymentAccessNoValue |
|
|
|
paymentAccessNoKey: info.paymentAccessNoValue, |
|
|
|
sid: info.sid |
|
|
|
} |
|
|
|
return |
|
|
|
} |
|
|
|