uview-plus 3.3.27 → 3.3.28

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,3 +1,5 @@
1
+ ## 3.3.28(2024-08-26)
2
+ fix: list组件滑动偏移量不一样取绝对值导致iOS下拉偏移量计算错误
1
3
  ## 3.3.27(2024-08-22)
2
4
  fix: 修复up-datetime-picker组件toolbarRightSlot定义缺失
3
5
 
@@ -129,7 +129,7 @@
129
129
  scrollTop = e.detail.scrollTop
130
130
  // #endif
131
131
  this.innerScrollTop = scrollTop
132
- this.$emit('scroll', Math.abs(scrollTop))
132
+ this.$emit('scroll', scrollTop)
133
133
  },
134
134
  scrollIntoViewById(id) {
135
135
  // #ifdef APP-NVUE
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "零云®uview-plus3.0重磅发布,全面的Vue3移动组件库。",
5
- "version": "3.3.27",
5
+ "version": "3.3.28",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",