Skip to content

Commit 025bdf6

Browse files
committed
fix(uni-data-picker): 在readonly属性为true时选项匹配错误的问题
1 parent d51bb25 commit 025bdf6

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

uni_modules/uni-data-picker/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.0.2(2025-04-14)
2+
- 修复 在readonly属性为true时选项匹配错误的问题
13
## 2.0.0(2023-12-14)
24
- 新增 支持 uni-app-x
35
## 1.1.2(2023-04-11)

uni_modules/uni-data-picker/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "uni-data-picker",
33
"displayName": "uni-data-picker 数据驱动的picker选择器",
4-
"version": "2.0.0",
4+
"version": "2.0.2",
55
"description": "单列、多列级联选择器,常用于省市区城市选择、公司部门选择、多级分类等场景",
66
"keywords": [
77
"uni-ui",
@@ -48,13 +48,15 @@
4848
"platforms": {
4949
"cloud": {
5050
"tcb": "y",
51-
"aliyun": "y"
51+
"aliyun": "y",
52+
"alipay": "n"
5253
},
5354
"client": {
5455
"App": {
55-
"app-vue": "y",
56-
"app-nvue": "y",
57-
"app-uvue": "y"
56+
"app-vue": "y",
57+
"app-nvue": "y",
58+
"app-uvue": "y",
59+
"app-harmony": "u"
5860
},
5961
"H5-mobile": {
6062
"Safari": "y",

0 commit comments

Comments
 (0)