Kaynağa Gözat

Merge pull request #240 from tron/lock/release-2.16.0/SCRM-4268

feat(SCRM-4554): [DE][C端]临时停车,在交费页面,向上滑动一下页面。自助积分弹框会向上移动
Tron 1 yıl önce
ebeveyn
işleme
2410cfec02
1 değiştirilmiş dosya ile 6 ekleme ve 3 silme
  1. 6 3
      src/pages/parkingFee/parkingFee.vue

+ 6 - 3
src/pages/parkingFee/parkingFee.vue

@@ -1,5 +1,5 @@
 <template>
-  <div :class="theme">
+  <div :class="[theme, 'paekingFeeClass']">
      
     <scroll-view :class="['scroll-Y' ,'color-scroll-Y']">
       <div class="wrap">
@@ -147,9 +147,10 @@
             <div class="top_down" @click="top_display" v-else><van-icon name="arrow-up" /></div>
           </div>
         </div>
-        <wx-points-auth ref="wxPointsAuth"></wx-points-auth>
+        
       </div>
     </scroll-view>
+    <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>
   </div>
 </template>
@@ -168,7 +169,9 @@ export default {
   width: 100%;
   height: 100vh;
 }
-
+.paekingFeeClass {
+  position:relative;
+}
 .color-scroll-Y {
   background: #f4f7ff;
   // background: red;