@kmkf-fe-packages/services-components 0.7.15-alpha.25 → 0.7.15-alpha.27

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.
@@ -117,7 +117,7 @@ var BsGoods = /*#__PURE__*/_createClass(function BsGoods(options) {
117
117
  return /*#__PURE__*/React.createElement("span", null, "--");
118
118
  }
119
119
  //兼容多个商品
120
- return record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_bsGoods")].map(function (item, index) {
120
+ return ((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_bsGoods")]) || []).map(function (item, index) {
121
121
  return /*#__PURE__*/React.createElement(BsGoodImage, {
122
122
  item: item,
123
123
  index: index
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.7.15-alpha.25",
3
+ "version": "0.7.15-alpha.27",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -26,8 +26,8 @@
26
26
  "father": "^4.1.7"
27
27
  },
28
28
  "dependencies": {
29
- "@kmkf-fe-packages/basic-components": "^0.7.15-alpha.25",
30
- "@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.25"
29
+ "@kmkf-fe-packages/basic-components": "^0.7.15-alpha.27",
30
+ "@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.27"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@ant-design/icons": "^4.7.0",
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "e4a80f166c4e6a58a7ef01fc5636b80e04cb4e39"
43
+ "gitHead": "60218b9dc2250d8cbe366629af669ba395ca2551"
44
44
  }