6
0
Fork 0
release
李静 2022-02-17 15:12:03 +08:00
parent 7f1c8b8b09
commit d29afc564d
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class OrderController extends Controller
// 订单是否可结算 // 订单是否可结算
$isSettlable = false; $isSettlable = false;
if ($clientApp === Device::UNIAPP && version_compare($clientVersion, '1.3.4', '<')) { if ($clientApp === Device::UNIAPP && version_compare($clientVersion, '1.3.4', '>=')) {
$isSettlable = true; $isSettlable = true;
} }