fmui-base 1.0.45 → 1.0.46
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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3761,8 +3761,8 @@ var PageHome = function (_React$Component) {
|
|
|
3761
3761
|
} catch (e) {
|
|
3762
3762
|
// alert("exception: "+e.message);
|
|
3763
3763
|
}
|
|
3764
|
-
if (typeof mobileExt !== 'undefined' && typeof mobileExt["
|
|
3765
|
-
mobileExt["
|
|
3764
|
+
if (typeof mobileExt !== 'undefined' && typeof mobileExt["saveDataBefore"] === "function") {
|
|
3765
|
+
mobileExt["saveDataBefore"](params, function (paramsExt) {
|
|
3766
3766
|
t.sendFlowFuc(paramsExt);
|
|
3767
3767
|
}, function (error) {
|
|
3768
3768
|
_Toast2.default.show({
|
|
@@ -3895,7 +3895,8 @@ var PageHome = function (_React$Component) {
|
|
|
3895
3895
|
if (t.state.isStart && t.state.dataId == '') {
|
|
3896
3896
|
//是不是起始节点
|
|
3897
3897
|
type = 4;
|
|
3898
|
-
}
|
|
3898
|
+
}
|
|
3899
|
+
if (t.state.isEnd) {
|
|
3899
3900
|
//是不是结束节点
|
|
3900
3901
|
type = 1;
|
|
3901
3902
|
}
|