tplus-components-touch 3.32.3 → 3.32.7

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.
@@ -1203,7 +1203,7 @@ var SettlementStore = (_class = function () {
1203
1203
  var _ref10 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee4() {
1204
1204
  var _this11 = this;
1205
1205
 
1206
- var _enumController$getEn15, PayStyle, TradeType, IPMSG, RetailTypeEnum, dtoParams, payList, amount, tradeType, ret, _ref11, type, data, msg;
1206
+ var _enumController$getEn15, PayStyle, TradeType, IPMSG, RetailTypeEnum, dtoParams, payList, amount, tradeType, ret, _ref11, type, data, msg, code;
1207
1207
 
1208
1208
  return _regenerator2.default.wrap(function _callee4$(_context4) {
1209
1209
  while (1) {
@@ -1349,7 +1349,7 @@ var SettlementStore = (_class = function () {
1349
1349
 
1350
1350
  case 22:
1351
1351
  ret = _context4.sent;
1352
- _ref11 = ret || {}, type = _ref11.type, data = _ref11.data, msg = _ref11.msg;
1352
+ _ref11 = ret || {}, type = _ref11.type, data = _ref11.data, msg = _ref11.msg, code = _ref11.code;
1353
1353
 
1354
1354
  if (!(type === true)) {
1355
1355
  _context4.next = 28;
@@ -1361,7 +1361,7 @@ var SettlementStore = (_class = function () {
1361
1361
  break;
1362
1362
 
1363
1363
  case 28:
1364
- _message2.default.warn('\u5237\u5361\u652F\u4ED8\u5931\u8D25:' + msg);
1364
+ _message2.default.warn('\u5237\u5361\u652F\u4ED8\u5931\u8D25,\u9519\u8BEF\u7801:' + code);
1365
1365
  return _context4.abrupt('return', false);
1366
1366
 
1367
1367
  case 30:
@@ -1424,7 +1424,7 @@ var SettlementStore = (_class = function () {
1424
1424
  break;
1425
1425
  }
1426
1426
 
1427
- return _context5.abrupt('return', { type: false, data: null, msg: Message });
1427
+ return _context5.abrupt('return', { type: false, data: null, msg: Message, code: Code });
1428
1428
 
1429
1429
  case 12:
1430
1430
  if (!(status == '00')) {
@@ -1439,7 +1439,7 @@ var SettlementStore = (_class = function () {
1439
1439
  v.ThirdPaymentReturnInfo = ThirdPaymentReturnInfo;
1440
1440
  }
1441
1441
  });
1442
- return _context5.abrupt('return', { type: true, data: dto, msg: Message });
1442
+ return _context5.abrupt('return', { type: true, data: dto, msg: Message, code: Code });
1443
1443
 
1444
1444
  case 18:
1445
1445
  if (!(status == '02')) {
@@ -1447,7 +1447,7 @@ var SettlementStore = (_class = function () {
1447
1447
  break;
1448
1448
  }
1449
1449
 
1450
- return _context5.abrupt('return', { type: true, data: dto, msg: Message });
1450
+ return _context5.abrupt('return', { type: true, data: dto, msg: Message, code: Code });
1451
1451
 
1452
1452
  case 20:
1453
1453
  case 'end':