@pisell/pisellos 0.0.135 → 0.0.136

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.
@@ -206,7 +206,7 @@ export var getProductOriginTotalPrice = function getProductOriginTotalPrice(para
206
206
  return accumulator + Number(currentValue.price) * Number(currentValue.num);
207
207
  }, price);
208
208
  }
209
- return price * num;
209
+ return price;
210
210
  };
211
211
 
212
212
  /**
@@ -194,7 +194,7 @@ var getProductOriginTotalPrice = (params) => {
194
194
  return accumulator + Number(currentValue.price) * Number(currentValue.num);
195
195
  }, price);
196
196
  }
197
- return price * num;
197
+ return price;
198
198
  };
199
199
  var formatOptions = (options) => {
200
200
  if (!(options == null ? void 0 : options.length))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "0.0.135",
4
+ "version": "0.0.136",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",