fmui-base 2.1.68 → 2.1.69

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.1.69:移动端流程办理推送标题
6
7
  - 2.1.68:移动端流程办理推送标题
7
8
  - 2.1.67:移动端流程记录增加退回的意见显示
8
9
  - 2.1.66:选人组件显示历史用户
@@ -2318,7 +2318,7 @@ var PageHome = function (_React$Component) {
2318
2318
  //if(nextActivityList.length==0){ //没有选择提交下一个节点过
2319
2319
  _db2.default.FlowModuleAPI.getNextActivity(param).then(function (content) {
2320
2320
  if (content.title && content.title != "") {
2321
- var reminderContent = content.title + "需要您阅件";
2321
+ var reminderContent = content.title;
2322
2322
  t.setState({
2323
2323
  reminderContent: reminderContent
2324
2324
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.68",
3
+ "version": "2.1.69",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",