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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dolphin-weex-ui",
3
- "version": "2.4.13",
3
+ "version": "2.4.14",
4
4
  "description": "inteligense cross platform frame",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -237,7 +237,7 @@ export default {
237
237
  methods: {
238
238
  dofCellClicked(index) {
239
239
  //点击触发滑动恢复初始化
240
- if (this.isAndroid) {
240
+ if (!this.isIOS) {
241
241
  this.rightSlide() // 列表初始化
242
242
  this.cellCanClick && this.$emit('dofCellClicked', { index })
243
243
  } else {