@vtx/modals2 5.0.27 → 5.0.28

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.
@@ -179,7 +179,7 @@ var BaseInfo = function BaseInfo() {
179
179
  unit: '个',
180
180
  fontType: 'green',
181
181
  img: isDark ? darkPointIcon : pointIcon,
182
- value: (syInfo === null || syInfo === void 0 ? void 0 : syInfo.collectPointNum) || 0
182
+ value: (syInfo === null || syInfo === void 0 ? void 0 : syInfo.collectPoints) || 0
183
183
  }), /*#__PURE__*/_jsx("div", {
184
184
  style: {
185
185
  height: 45,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtx/modals2",
3
- "version": "5.0.27",
3
+ "version": "5.0.28",
4
4
  "description": "弹窗组件",
5
5
  "license": "MIT",
6
6
  "module": "lib/index.js",