dolphin-weex-bc 0.0.29 → 0.0.30

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/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
1
  # 升级日志
2
+
3
+ ## 0.0.30
4
+
5
+ - [ ! ] 耗材组件getAllMaterialList(),getMaterialList()增加识别是否colmo
6
+ - [ ! ] date: 2026/01/26
7
+
2
8
  ## 0.0.29
3
9
 
4
10
  - [ ! ] 耗材业务组件解决多个家庭时后端返回排序不一致问题(前端兼容根据家庭排序)
@@ -2777,6 +2777,7 @@ var MaterialEvent = {
2777
2777
  _this6.needOptimize = options.needOptimize;
2778
2778
  _this6.deviceMaterialList = [];
2779
2779
  _this6.sort = options.sort;
2780
+ isColmo = params.appId == 12017;
2780
2781
  return _context2.abrupt('return', new Promise(function () {
2781
2782
  var _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(resolve, reject) {
2782
2783
  var homeGroupId, deviceList;
@@ -2826,7 +2827,7 @@ var MaterialEvent = {
2826
2827
  };
2827
2828
  }()));
2828
2829
 
2829
- case 7:
2830
+ case 8:
2830
2831
  case 'end':
2831
2832
  return _context2.stop();
2832
2833
  }
@@ -2848,6 +2849,7 @@ var MaterialEvent = {
2848
2849
  _this7.needBackground = options.needBackground;
2849
2850
  _this7.deviceMaterialList = [];
2850
2851
  _this7.sort = options.sort;
2852
+ isColmo = params.appId == 12017;
2851
2853
  return _context4.abrupt('return', new Promise(function () {
2852
2854
  var _ref2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(resolve, reject) {
2853
2855
  var deviceList, res;
@@ -2911,7 +2913,7 @@ var MaterialEvent = {
2911
2913
  };
2912
2914
  }()));
2913
2915
 
2914
- case 7:
2916
+ case 8:
2915
2917
  case 'end':
2916
2918
  return _context4.stop();
2917
2919
  }