This commit is contained in:
youda 2025-05-18 13:19:19 +08:00
parent 432e799fdd
commit 229cdff389

View File

@ -1090,7 +1090,11 @@ class Order extends Base
$pay_type_text = '支付宝';
break;
default:
$pay_type_text = '微信支付';
if ($item['price'] > 0) {
$pay_type_text = '微信支付';
} else {
$pay_type_text = '货币支付';
}
}
if ($isExport) {