fmui-base 2.1.85 → 2.1.86

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.86:公众号隐藏附件下载按钮
6
7
  - 2.1.85:子流程同步主流程数据时,宏值不赋值
7
8
  - 2.1.84:子表扩展方法增加扩展参数
8
9
  - 2.1.83:相关对象移动端审批后会被置空
@@ -701,8 +701,8 @@ var PageHome = function (_React$Component) {
701
701
  ),
702
702
  _react2.default.createElement(
703
703
  'div',
704
- { className: t.props.canDownload || t.state.canDel ? 'upload-icon' : 't-DN' },
705
- _react2.default.createElement('i', { className: t.props.canDownload ? 'iconfont icon-download1' : 't-DN', onClick: _this3.downloadFile.bind(_this3, item) }),
704
+ { className: t.state.canDownload || t.state.canDel ? 'upload-icon' : 't-DN' },
705
+ _react2.default.createElement('i', { className: t.state.canDownload ? 'iconfont icon-download1' : 't-DN', onClick: _this3.downloadFile.bind(_this3, item) }),
706
706
  _react2.default.createElement('i', { className: t.state.canDel ? 'iconfont icon-delete' : 't-DN', onClick: _this3.del.bind(_this3, i) })
707
707
  )
708
708
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.85",
3
+ "version": "2.1.86",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",