fmui-base 2.2.39 → 2.2.40

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.40: 流程结束环节提交需要弹窗进行确认
6
7
  - 2.2.39: 转交批示意见不必填
7
8
  - 2.2.38: 选人组件扩展页签
8
9
  - 2.2.37: 北京ca加签验签修改
@@ -2476,7 +2476,7 @@ var PageHome = function (_React$Component) {
2476
2476
  return 0;
2477
2477
  }
2478
2478
  });
2479
- if (nextList.length == 1 && nextList[0]['end']) {
2479
+ if (nextList.length == 1 && nextList[0]['end'] && !hasCirculate) {
2480
2480
  //下一个后继活动是结束
2481
2481
  isEnd = true;
2482
2482
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.39",
3
+ "version": "2.2.40",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",