fmui-base 2.2.32 → 2.2.33

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.2.33: 下移动端结束流程,结束原因提示
6
7
  - 2.2.32: 下拉多选支持联动
7
8
  - 2.2.31: 移动端结束流程修改,下拉字段支持计算,下拉多选支持联动
8
9
  - 2.2.30: 加签自动返回
@@ -8406,7 +8406,7 @@ var PageHome = function (_React$Component) {
8406
8406
  'span',
8407
8407
  { className: 'theme-color' },
8408
8408
  _react2.default.createElement('i', { className: 'iconfont icon-back t-rotate-180 t-FS14 t-FR' }),
8409
- '\u4F5C\u5E9F\u73AF\u8282'
8409
+ '\u7ED3\u675F'
8410
8410
  )
8411
8411
  ),
8412
8412
  _react2.default.createElement(_TextareaField2.default, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.32",
3
+ "version": "2.2.33",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",