tplus-components-touch 3.26.12 → 3.26.13

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.
@@ -709,7 +709,9 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
709
709
  // 判断是否有密码
710
710
  _this2$store$paymode$ = _this2.store.paymode.currentMode, walletEnabled = _this2$store$paymode$.walletEnabled, cardTypeEnum = _this2$store$paymode$.cardTypeEnum;
711
711
 
712
- if (cardTypeEnum === 'BALANCE_CARD' && !walletEnabled && !_this2.store.dto.FreePaymentPasswordStore) {
712
+ if (cardTypeEnum === 'BALANCE_CARD' && _this2.store.dto.FreePaymentPasswordStore) {
713
+ _this2.handleCzkData();
714
+ } else if (cardTypeEnum === 'BALANCE_CARD' && !walletEnabled) {
713
715
  _this2.setState({
714
716
  showSetPwdModal: true,
715
717
  btnDissabled: true
@@ -1040,7 +1042,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
1040
1042
  switch (key) {
1041
1043
  case PayStyle.hyczk:
1042
1044
  _this2.showCzkModal(-1);
1043
- _this2.store.dto.Idmember && _this2.setState({
1045
+ _this2.setState({
1044
1046
  isInputMember: true
1045
1047
  });
1046
1048
  break;