tplus-components-touch 3.26.15 → 3.26.19

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.
@@ -1466,7 +1466,7 @@ var SettlementStore = (_class = function () {
1466
1466
  }
1467
1467
 
1468
1468
  _context6.next = 17;
1469
- return (0, _tplusApi.ccApi)({ password: _tplusApi.User.pwdEncrypt(value.pwd), cardType: cardTypeEnum }, '/member/MeMemberWallet/checkPaymentPassword/' + memberId, false, false);
1469
+ return (0, _tplusApi.ccApi)({ md5Password: _tplusApi.User.pwdEncrypt(value.pwd), cardType: cardTypeEnum }, '/member/MeMemberWallet/checkPaymentPassword/' + memberId, false, false);
1470
1470
 
1471
1471
  case 17:
1472
1472
  result = _context6.sent;
@@ -1474,13 +1474,13 @@ var SettlementStore = (_class = function () {
1474
1474
  break;
1475
1475
 
1476
1476
  case 20:
1477
- if (!(cardStatusEnum === 'BINDING')) {
1477
+ if (!(cardStatusEnum === 'BINDING' && this.member && this.member.ID === memberId)) {
1478
1478
  _context6.next = 26;
1479
1479
  break;
1480
1480
  }
1481
1481
 
1482
1482
  _context6.next = 23;
1483
- return (0, _tplusApi.ccApi)({ password: _tplusApi.User.pwdEncrypt(value.pwd), cardType: cardTypeEnum }, '/member/MeMemberWallet/checkPaymentPassword/' + meStorageCardId, false, false);
1483
+ return (0, _tplusApi.ccApi)({ md5Password: _tplusApi.User.pwdEncrypt(value.pwd), password: value.pwd, cardType: cardTypeEnum }, '/member/MeMemberWallet/checkPaymentPassword/' + meStorageCardId, false, false);
1484
1484
 
1485
1485
  case 23:
1486
1486
  result = _context6.sent;