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 +1 -0
- package/lib/process_info/processInfo.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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
|
|