tplus-components-touch 3.46.2 → 3.46.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -791,7 +791,6 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
791
791
  storageValue: '0.00',
792
792
  czkValue: null
793
793
  });
794
- // this.closeRfCard();
795
794
  _this2.store.paymode.calcMemberBalance();
796
795
  _this2.handleCzk();
797
796
 
@@ -848,7 +847,6 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
848
847
  storageValue: '0.00',
849
848
  czkValue: null
850
849
  });
851
- // this.closeRfCard();
852
850
  _keyboard2.default.close();
853
851
  _this2.setInventoryFocus();
854
852
  };
@@ -3488,16 +3486,6 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
3488
3486
  }
3489
3487
  }
3490
3488
 
3491
- //IC卡关闭
3492
-
3493
- }, {
3494
- key: 'closeRfCard',
3495
- value: function closeRfCard() {
3496
- if (this.hasElectron === true && this.iCCardServer === 1) {
3497
- _mutantsMicrofx.nativeMs.setIpcRendererMethod('CloseRfCard');
3498
- }
3499
- }
3500
-
3501
3489
  //czk
3502
3490
 
3503
3491