This commit is contained in:
2026-06-10 18:17:41 +08:00
parent 6714ff3b0e
commit cd192f910f
2 changed files with 1 additions and 5 deletions
@@ -617,7 +617,7 @@ const AppLayout: React.FC = () => {
try {
setPaying(true);
const order = await createRechargeOrder(plan.id, paymentMethod);
if (paymentMethod === 'alipay' && order.qr_url) {
if (order.payment_method === 'alipay' && order.qr_url) {
// Alipay: show the real QR code URL from the backend
setCurrentPaymentInfo({
price: plan.price,