Fix
parent
7f1c8b8b09
commit
d29afc564d
|
|
@ -142,7 +142,7 @@ class OrderController extends Controller
|
|||
// 订单是否可结算
|
||||
$isSettlable = false;
|
||||
|
||||
if ($clientApp === Device::UNIAPP && version_compare($clientVersion, '1.3.4', '<')) {
|
||||
if ($clientApp === Device::UNIAPP && version_compare($clientVersion, '1.3.4', '>=')) {
|
||||
$isSettlable = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue