Explorar o código

Merge pull request #262 from John-Hong/John/release-2.17.0/KIP-11937

无牌车扫码回来的跳转页面展示修改
Tron hai 1 ano
pai
achega
3f3b5ad1c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store/order/index.js

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

@@ -54,7 +54,7 @@ export default {
         // dispatch('orderInitRule', checkOutQHResponse);
         dispatch('orderInitRule',{
           ...res,
-          unlicensed: unlicensed && endlessLoop || !vehicleNo
+          unlicensed: unlicensed && endlessLoop && gateId || !vehicleNo ? true : false
         });
       } catch ( error ) {
         // console.log('151151151151151',error);