tplus-components-touch 3.47.2 → 3.47.5

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.
@@ -1292,7 +1292,12 @@ var SettlementStore = (_class = (_temp = _class2 = function () {
1292
1292
  case 33:
1293
1293
  this.dtoParams = dtoParams;
1294
1294
  console.log('结算信息:', dtoParams);
1295
- return _context4.abrupt('return', this.SettlementApi.retailPosSettle({ dto: dtoParams, cip: IPMSG.query || "" }).then(function (resp) {
1295
+ return _context4.abrupt('return', this.SettlementApi.retailPosSettle({
1296
+ dto: dtoParams,
1297
+ cip: IPMSG.query || "",
1298
+ longitude: IPMSG.longitude || "",
1299
+ latitude: IPMSG.latitude || ""
1300
+ }).then(function (resp) {
1296
1301
  var _ref12 = resp || {},
1297
1302
  ID = _ref12.ID;
1298
1303