Browse Source

Merge branch 'dev'

feat-230721
刘嘉炜 2 years ago
parent
commit
be640a01d2
  1. 2
      src/pages/site/confirm/confirm.vue
  2. 2
      src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue

2
src/pages/site/confirm/confirm.vue

@ -40,7 +40,7 @@
<view class="sc-ipt">
<view class="si-price">
<view class="si-tit"><text>* </text>收取金额</view>
<view class="sp-frame"><text></text><input v-model="ocPrice" type="number" /></view>
<view class="sp-frame"><text></text><input v-model="ocPrice" type="digit" /></view>
</view>
<view class="si-usage">
<view class="su-line">

2
src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue

@ -36,7 +36,7 @@
<view class="ai-txt">验证方式{{ e.verify_desc || '-' }}</view>
</view>
<view class="ai-line">
<view class="ai-txt">核销时间{{ e.verify_leave_time || '-' }}</view>
<view class="ai-txt">核销时间{{ e.verify_time || '-' }}</view>
</view>
<view class="ai-line">
<view class="ai-txt">抓拍图片</view>

Loading…
Cancel
Save