Browse Source

Merge branch 'online' into jenkins-test

lex-wxl 15 hours ago
parent
commit
270c0b9c99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/VipPurchaseModal/index.tsx

+ 1 - 1
src/components/VipPurchaseModal/index.tsx

@@ -124,7 +124,7 @@ export default defineComponent({
         const { data } = await getPaymentConfig();
         if (data && Array.isArray(data)) {
           data.forEach((item: any) => {
-            if (item.paramName === 'vip_payment_service_provider') {
+            if (item.paramName === 'teacher_payment_service_provider') {
               const provider = JSON.parse(item.paramValue);
               paymentConfig.paymentType = provider.vendor;
               paymentConfig.paymentChannel = provider.channel;