fix: 修正 Plus 支付方式切换日志乱码

This commit is contained in:
EmptyDust
2026-05-02 16:12:53 +08:00
parent 99313843c1
commit bc764affdb
+1 -1
View File
@@ -773,7 +773,7 @@
).trim().toLowerCase() === 'gopay'
? 'GoPay'
: 'PayPal';
await addLog(`Plus 鏀粯鏂瑰紡宸插垏鎹负 ${selectedPlusPaymentMethod}锛屽凡鏇存柊瀵瑰簲鐨?Plus 姝ラ銆?`, 'info');
await addLog(`Plus 支付方式已切换为 ${selectedPlusPaymentMethod},已更新对应的 Plus 步骤。`, 'info');
}
return { ok: true, state: await getState(), proxyRouting };
}