瀏覽代碼

出入口扫码屏蔽

gcz 1 年之前
父節點
當前提交
70fe862a53
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 2 2
      pages/parkentrace/parkentrace.vue
  2. 4 4
      pages/parkexport/parkexport.vue

+ 2 - 2
pages/parkentrace/parkentrace.vue

@@ -20,10 +20,10 @@
           <view>{{ infoData.inTime }}</view>
         </view>
       </view>
-      <view class="park-entrace-number">
+      <view class="park-entrace-number" style="display: none;">
         <u-message-input :maxlength="6" :value="code" :disabled-keyboard="true" inactive-color="#008CFF" />
       </view>
-      <view class="park-entrace-tips">
+      <view class="park-entrace-tips" style="display: none;">
         提示:车辆出场时需要使用同一微信/支付宝扫码出场, 若不是, <text>请保存上面6位数字,用于出场时使用。</text></view
       >
       <view class="park-entrace-btn">

+ 4 - 4
pages/parkexport/parkexport.vue

@@ -8,14 +8,14 @@
             <u-image width="100%" height="100%" src="/static/img/no-found-enter-info.png" />
           </view>
           <view class="park-export-number-text"> 查询不到入场信息 </view>
-          <view class="park-export-number-error" v-if="isInputError">输入错误,请重新输入</view>
-          <view class="park-export-number-input">
+          <view class="park-export-number-error" v-if="isInputError" style="display: none;">输入错误,请重新输入</view>
+          <view class="park-export-number-input" style="display: none;">
             <u-message-input :maxlength="6" :value="codeNum" inactive-color="#008CFF" @finish="codeInputFinish" />
           </view>
-          <view class="park-export-number-tips">
+          <view class="park-export-number-tips" style="display: none;">
             提示:未查询到该微信/支付宝扫码入场的信息,<text>请输入车辆扫码入场时页面中的6位数进行结算出场。</text>
           </view>
-          <view class="park-export-number-btn">
+          <view class="park-export-number-btn"  style="display: none;">
             <u-button type="primary" shape="circle" :disabled="codeNum.length === 0" @click="codeInputFinishConfirm">确 定</u-button>
           </view>
         </view>