Przeglądaj źródła

Merge pull request #120 from John-Hong/John/release-2.9.0/KIP-9697

feat(KIP-9697): KIP | Temporary Parking H5 |浦东嘉里有牌车临停功能联调
John-Hong 2 lat temu
rodzic
commit
0f20df1dee
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/store/order/index.js

+ 2 - 2
src/store/order/index.js

@@ -36,8 +36,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,