system-phone 3.0.37 → 3.0.38

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "3.0.37",
3
+ "version": "3.0.38",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -300,7 +300,7 @@
300
300
  this.getModelSum()
301
301
  },
302
302
  getmeterNum() {
303
- if (this.isShowRedNum && this.isShowRedNum != 'true') {
303
+ if (!this.isShowRedNum || this.isShowRedNum != 'true') {
304
304
  return
305
305
  }
306
306
  window.setInterval( ()=> {