fix:阿里适配

This commit is contained in:
2026-01-19 09:16:53 +08:00
parent 76bdcd1aba
commit 2a7c6c8e03
13 changed files with 272 additions and 70 deletions
+3 -3
View File
@@ -230,9 +230,9 @@
// 获取支付方式文本
const getPayWayText = () => {
const payWayMap = {
'wx_score_pay': $t('order.depositFree'),
'wx_member_pay': $t('order.memberOrder'),
'wx_pay': $t('order.depositPay')
'alipay_score_pay': $t('order.depositFree'),
'alipay_member_pay': $t('order.memberOrder'),
'alipay_pay': $t('order.depositPay')
}
return payWayMap[orderInfo.value.payWay] || $t('order.depositFree')
}