@pisell/pisellos 0.0.267 → 0.0.268

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.
@@ -381,7 +381,7 @@ export var CheckoutImpl = /*#__PURE__*/function (_BaseModule) {
381
381
  product_id: item.product.product_id,
382
382
  product_variant_id: item.product.product_variant_id,
383
383
  quantity: item.product.num,
384
- selling_price: item.total
384
+ selling_price: item.product.total
385
385
  };
386
386
  })) || [];
387
387
  var relationProducts = ((_this$store$currentOr2 = this.store.currentOrder.order_info) === null || _this$store$currentOr2 === void 0 || (_this$store$currentOr2 = _this$store$currentOr2.original_order_data) === null || _this$store$currentOr2 === void 0 || (_this$store$currentOr2 = _this$store$currentOr2.relation_products) === null || _this$store$currentOr2 === void 0 ? void 0 : _this$store$currentOr2.map(function (item) {
@@ -207,7 +207,7 @@ var CheckoutImpl = class extends import_BaseModule.BaseModule {
207
207
  product_id: item.product.product_id,
208
208
  product_variant_id: item.product.product_variant_id,
209
209
  quantity: item.product.num,
210
- selling_price: item.total
210
+ selling_price: item.product.total
211
211
  })
212
212
  )) || [];
213
213
  const relationProducts = ((_e = (_d = (_c = this.store.currentOrder.order_info) == null ? void 0 : _c.original_order_data) == null ? void 0 : _d.relation_products) == null ? void 0 : _e.map(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "0.0.267",
4
+ "version": "0.0.268",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",