扫码限制
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<span class="filter_label">{{$t('filter.box-code')}}</span>
|
||||
</view>
|
||||
<view class="filter_input_wraper">
|
||||
<link-scan ref="scanChild" @getScanlist="getScanlist"/>
|
||||
<link-scan ref="scanChild" :maxlength="3" @getScanlist="getScanlist"/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -32,7 +32,7 @@
|
||||
<script>
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
import LinkScan from '@/components/LinkScan.vue'
|
||||
import LinkScan from '@/components/LinkScan2.vue'
|
||||
import { confirmAction } from '@/utils/utils.js'
|
||||
import {boxIn} from '@/utils/getData4.js'
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user