mali-applet-ui 0.2.81 → 0.2.82

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.
@@ -104,7 +104,7 @@ export default {
104
104
  if (this.negative) {
105
105
  return -9999999999
106
106
  }
107
- return null
107
+ return 0
108
108
  },
109
109
  maxNum () {
110
110
  if (XEUtils.isNumber(this.max) || this.max) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.2.81",
3
+ "version": "0.2.82",
4
4
  "description": "码里云小程序组件库",
5
5
  "scripts": {
6
6
  "release": "node script/release.js && npm publish"