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
package/dist/index.native.js
CHANGED
|
@@ -38955,7 +38955,7 @@ exports.default = {
|
|
|
38955
38955
|
methods: {
|
|
38956
38956
|
dofCellClicked: function dofCellClicked(index) {
|
|
38957
38957
|
//点击触发滑动恢复初始化
|
|
38958
|
-
if (this.
|
|
38958
|
+
if (!this.isIOS) {
|
|
38959
38959
|
this.rightSlide(); // 列表初始化
|
|
38960
38960
|
this.cellCanClick && this.$emit('dofCellClicked', { index: index });
|
|
38961
38961
|
} else {
|