Răsfoiți Sursa

Merge pull request #423 from John-Hong/test

test
John-Hong 1 an în urmă
părinte
comite
0aee072da4

+ 4 - 4
src/pages/parkingFeeV2/mixins/parkingFee.js

@@ -1,10 +1,10 @@
 import plateNumber from '@/components/plate-number/plateNumber.vue';
 import {LICENSE_PLATE_TYPE_ARR, REG_SOURCE} from '@/constants';
-import LoginDom from '@/components/Login/Login.vue';
+// import LoginDom from '@/components/Login/Login.vue';
 import {mapState} from 'vuex';
 import {initWxJsSdkConfig} from '@/utils/login';
 import {getUrlParams, isHZ} from '@/utils';
-import wxPointsAuth from '@/components/wx-points-auth/wx-points-auth.vue'
+// import wxPointsAuth from '@/components/wx-points-auth/wx-points-auth.vue'
 
 const app = {
   globalData: {
@@ -17,8 +17,8 @@ import {parkingLots, qrCodes, unlicensedCarCheckIn, getConfValueOfKey, getVehicl
 export default {
   components: {
     plateNumber,
-    LoginDom,
-    'wx-points-auth': wxPointsAuth,
+    // LoginDom,
+    // 'wx-points-auth': wxPointsAuth,
     // blueCom,
     // greenCom,
     // officeBlueCom,

+ 1 - 1
src/pages/parkingFeeV2/parkingFee.vue

@@ -219,7 +219,7 @@
         
       </div>
     </scroll-view>
-    <wx-points-auth ref="wxPointsAuth"></wx-points-auth>
+    <!-- <wx-points-auth ref="wxPointsAuth"></wx-points-auth> -->
     <plate-number ref="plateKeyboard" :noDisBtn="[32, 33, 34,35, 36, 37]" :carType="carType" :active="active" :ind="ind" :numArr="numArr" @carnoArr="updateCarno"></plate-number>
     <checkCarPopup ref="checkCarPopup"></checkCarPopup>
   </div>