fmui-base 2.2.45 → 2.2.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 CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.2.46: 结束回调
6
7
  - 2.2.45: 北京CA
7
8
  - 2.2.44: 多行文本不限制高度
8
9
  - 2.2.43: 抢占环节加签只允许单选
@@ -5,7 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  // 这里放置全局的变量
7
7
  // const isDev = process.env.NODE_ENV == "development";
8
- var isDev = process.env.envType == "api";
8
+ // const isDev = process.env.envType == "api" ;
9
+ var isDev = false;
9
10
  // const isDev = process.env.envType == "mock" ;
10
11
  var context = document.getElementById('context').value;
11
12
  var token = document.getElementById('token').value;
@@ -31,7 +32,7 @@ exports.default = {
31
32
  URLS: {
32
33
  userInfo: urlPrefix + 'currenUserInfo', // 获取个人信息
33
34
  transaction: {
34
- undo: isDev ? "/mock/query/queryProcessPage.json?type=0" : urlPrefix + 'queryProcessPage?type=0',
35
+ undo: urlPrefix + 'queryProcessPage?type=0',
35
36
  // undo: urlPrefix_a + 'getTransactionList_Undo.json',
36
37
  unread: urlPrefix + 'queryProcessPage?type=1',
37
38
  done: urlPrefix + 'queryProcessPage?type=2',
@@ -2566,6 +2566,7 @@ var PageHome = function (_React$Component) {
2566
2566
  // urgentSelectList = urgentList;
2567
2567
  }
2568
2568
  //}
2569
+ isEnd = true;
2569
2570
  } else {
2570
2571
  var show = true;
2571
2572
  var isRadio = maxOutgoing == 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.45",
3
+ "version": "2.2.46",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",