|
@@ -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>
|