fmui-base 2.2.41 → 2.2.42
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2891,7 +2891,8 @@ var PageHome = function (_React$Component) {
|
|
|
2891
2891
|
if (shCATrustFlag) {
|
|
2892
2892
|
_Toast2.default.show({
|
|
2893
2893
|
type: 'error',
|
|
2894
|
-
content: '请先到云医签APP密码管理开启推送免密后再提交流程'
|
|
2894
|
+
content: '请先到云医签APP密码管理开启推送免密后再提交流程',
|
|
2895
|
+
duration: 3000
|
|
2895
2896
|
});
|
|
2896
2897
|
return;
|
|
2897
2898
|
}
|
|
@@ -5122,7 +5123,8 @@ var PageHome = function (_React$Component) {
|
|
|
5122
5123
|
bizSn: commentbizSn,
|
|
5123
5124
|
relationId: loginUserInfo.mobile,
|
|
5124
5125
|
msg: comment,
|
|
5125
|
-
fileName: loginUserInfo.mobile
|
|
5126
|
+
fileName: loginUserInfo.mobile,
|
|
5127
|
+
isComment: '1'
|
|
5126
5128
|
}).then(function (content) {
|
|
5127
5129
|
// 返回是否为免密状态
|
|
5128
5130
|
return content && content.isTrust === '1';
|