fmui-base 2.2.58 → 2.2.59

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/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.2.59: 上海CA异常处理
6
7
  - 2.2.58: 增加汇报周报组件,退回的批示意见增加标识
7
8
  - 2.2.57: 子表字段支持字段关联
8
9
  - 2.2.56: 手写签名按钮自定义,画笔上下抖动问题修复
@@ -5144,7 +5144,7 @@ var PageHome = function (_React$Component) {
5144
5144
  content: error.errorMsg || '免密校验失败,请重试'
5145
5145
  });
5146
5146
  }, 800);
5147
- return false;
5147
+ return true;
5148
5148
  });
5149
5149
  }
5150
5150
  //获取批示意见加签随机数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.58",
3
+ "version": "2.2.59",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",