|
@@ -35,8 +35,8 @@ export default {
|
|
|
// console.log('无牌车扫码出场', endlessLoop);
|
|
|
// 场内缴费,调 check-out 接口,
|
|
|
const method = unlicensed && endlessLoop || !vehicleNo ? unlicensedCarCheckout : checkOut
|
|
|
- // const res = await method(vehicleNo, unlicensed, gateId);
|
|
|
- const res = checkOutQHResponse
|
|
|
+ const res = await method(vehicleNo, unlicensed, gateId);
|
|
|
+ // const res = checkOutQHResponse
|
|
|
if ( res?.parkingRecord?.totalFee <= 0 ) {
|
|
|
callback && callback({
|
|
|
unlicensed,
|