|
@@ -80,14 +80,14 @@ export default defineComponent({
|
|
|
{
|
|
|
requestType: 'form',
|
|
|
params: {
|
|
|
- paramNames: 'vip_payment_service_provider2'
|
|
|
+ paramNames: 'vip_payment_service_provider'
|
|
|
}
|
|
|
}
|
|
|
);
|
|
|
|
|
|
if (data && Array.isArray(data)) {
|
|
|
data.forEach((item: any) => {
|
|
|
- if (item.paramName === 'vip_payment_service_provider2') {
|
|
|
+ if (item.paramName === 'vip_payment_service_provider') {
|
|
|
const provider = JSON.parse(item.paramValue);
|
|
|
this.paymentType = provider.vendor;
|
|
|
this.paymentChannel = provider.channel;
|