shish %!s(int64=4) %!d(string=hai) anos
pai
achega
8649848e97
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      hdPad/src/pages/home/components/nav.vue

+ 1 - 2
hdPad/src/pages/home/components/nav.vue

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