فهرست منبع

输入方式修改

shish 4 سال پیش
والد
کامیت
5d0a1da760
2فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 2
      hdPad/src/pages/home/components/nav.vue
  2. 0 2
      hdPad/src/pages/home/components/toPay.vue

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

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

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

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