11
This commit is contained in:
parent
432e799fdd
commit
229cdff389
|
|
@ -1090,7 +1090,11 @@ class Order extends Base
|
||||||
$pay_type_text = '支付宝';
|
$pay_type_text = '支付宝';
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$pay_type_text = '微信支付';
|
if ($item['price'] > 0) {
|
||||||
|
$pay_type_text = '微信支付';
|
||||||
|
} else {
|
||||||
|
$pay_type_text = '货币支付';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($isExport) {
|
if ($isExport) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user