feat: 完善国际版支付与多语言展示
统一支付页与文案多语言配置,补充 ALIPAYDANA 语言项,并同步当前分支的相关配置与页面调整。 Made-with: Cursor
This commit is contained in:
@@ -320,6 +320,10 @@
|
||||
// });
|
||||
// }
|
||||
// 每条选项的 paymentMethodType 必须唯一下发到 Antom 的 paymentType 参数,否则 v-for 的 key 与单选态会异常
|
||||
methods.push({
|
||||
paymentMethodType: 'ALIPAY_DANA',
|
||||
paymentMethodName: t('payment.ALIPAYDANA')
|
||||
})
|
||||
methods.push({
|
||||
paymentMethodType: 'ALIPAY_HK',
|
||||
paymentMethodName: t('payment.alipayHk')
|
||||
@@ -328,6 +332,7 @@
|
||||
paymentMethodType: 'ALIPAY_ID',
|
||||
paymentMethodName: t('payment.alipayId')
|
||||
})
|
||||
|
||||
} catch (error) {
|
||||
console.error('获取 Antom 支付方式失败:', error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user