Parcourir la source

输入方式修改

shish il y a 4 ans
Parent
commit
5d0a1da760

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

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

+ 0 - 2
hdPad/src/pages/home/components/toPay.vue

@@ -106,8 +106,6 @@ export default {
         confirmToCancel(){
             this.$emit('cancelPay')
         }
-    },
-    watch:{
     }
 }
 </script>