tplus-components-touch 3.54.11 → 3.54.12

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.
@@ -2319,7 +2319,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2319
2319
  }();
2320
2320
 
2321
2321
  _this2.handleCzk = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee16() {
2322
- var that, curmode, promises, _enumController$getEn22, PayStyle, handleUserInputs, _commit;
2322
+ var that, curmode, promises, _enumController$getEn22, PayStyle, pwdStatus, handleUserInputs, _commit;
2323
2323
 
2324
2324
  return _regenerator2.default.wrap(function _callee16$(_context16) {
2325
2325
  while (1) {
@@ -2344,7 +2344,19 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2344
2344
  }
2345
2345
  }
2346
2346
 
2347
- if (curmode.paymentType !== PayStyle.hyczk || curmode.freePaymentPasswordStore || !curmode.isNeedPassword) {
2347
+ pwdStatus = true;
2348
+
2349
+ if (curmode.cardTypeEnum === 'BALANCE_CARD') {
2350
+ if (!curmode.freePaymentPasswordStore) {
2351
+ pwdStatus = false;
2352
+ }
2353
+ } else {
2354
+ if (curmode.isNeedPassword) {
2355
+ pwdStatus = false;
2356
+ }
2357
+ }
2358
+
2359
+ if (curmode.paymentType !== PayStyle.hyczk || pwdStatus) {
2348
2360
  handleUserInputs = function () {
2349
2361
  var _ref18 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee15(promises) {
2350
2362
  var results, _iteratorNormalCompletion2, _didIteratorError2, _iteratorError2, _iterator2, _step2, p, _result2;
@@ -2505,7 +2517,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
2505
2517
  handleUserInputs(promises);
2506
2518
  }
2507
2519
 
2508
- case 6:
2520
+ case 8:
2509
2521
  case 'end':
2510
2522
  return _context16.stop();
2511
2523
  }