dolphin-weex-ui 2.4.13 → 2.4.14

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,10 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.4.14
4
+
5
+ - [ ! ] 修复dof-swipe-action组件鸿蒙点击失效(非滑动后状态)
6
+ - [ ! ] date: 2026/01/14
7
+
3
8
  ## 2.4.13
4
9
 
5
10
  - [ ! ] 修复dof-swipe-action组件鸿蒙点击失效
@@ -38955,7 +38955,7 @@ exports.default = {
38955
38955
  methods: {
38956
38956
  dofCellClicked: function dofCellClicked(index) {
38957
38957
  //点击触发滑动恢复初始化
38958
- if (this.isAndroid) {
38958
+ if (!this.isIOS) {
38959
38959
  this.rightSlide(); // 列表初始化
38960
38960
  this.cellCanClick && this.$emit('dofCellClicked', { index: index });
38961
38961
  } else {