dolphin-weex-ui 2.3.6 → 2.3.8

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,5 +1,15 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.3.8
4
+
5
+ - [ ! ] 修复dof-mask 注释图片路径删除
6
+ - [ ! ] date: 2025/05/27
7
+
8
+ ## 2.3.7
9
+
10
+ - [ ! ] 修复dof-cell colmo 高度样式问题
11
+ - [ ! ] date: 2025/05/27
12
+
3
13
  ## 2.3.6
4
14
 
5
15
  - [ ! ] 优化colmo dof-slider组件下标位置
@@ -6871,6 +6871,9 @@ class WeexTheme {
6871
6871
  action: 'requestState',
6872
6872
  id: this._id
6873
6873
  })
6874
+
6875
+ if (weex && weex.config && weex.config.env && weex.config.env.platform == "harmony") return
6876
+
6874
6877
  setTimeout(() => {
6875
6878
  // 关闭引用其他页面的 state,降低性能消耗
6876
6879
  UseResponseState = false
@@ -26851,8 +26854,6 @@ exports.default = {
26851
26854
  height: this.height + 'px',
26852
26855
  borderRadius: this.borderRadius + 'px',
26853
26856
  overflow: 'hidden'
26854
- // backgroundImage: "../../assets/img/image/activity.png",
26855
- // backgroundRepeat: "no-repeat",
26856
26857
  };
26857
26858
  },
26858
26859
  shouldShow: function shouldShow() {