|
|
@@ -40,8 +40,6 @@ export default {
|
|
|
let hasScanCode = uni.getStorageSync('hasScanCode')
|
|
|
let val = item.key || ''
|
|
|
let code = item.code || ''
|
|
|
- let that = this
|
|
|
-
|
|
|
if(!this.$util.isEmpty(val) && code != 'Minus' && val != 'Unidentified'){
|
|
|
if(val != 'Enter'){
|
|
|
uni.setStorageSync('hasScanCode', hasScanCode+val)
|