Files
2024-02-15 18:30:40 +08:00

44 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 1.0.52023-06-29
FIX
修复选择器在支付宝小程序的样式兼容问题
## 1.0.42023-06-27
支持异步加载数据动态页面渲染可动态修改indexsdefaultIdsdefaultNamessourceData。使用时父页面直接修改数据即可具体可看示例
## 1.0.32023-06-27
新增了initBack属性默认为true返回根据默认值加载的数据相当于初始化后手动点了一次确认获取数据同样在confirm里面具体可看示例
## 1.0.22023-06-26
FIX
修复vue2中的语法警告
修复小程序中的样式兼容问题
ADD
考虑到业务复杂性,返回数据中新增了所选择的对象
## 1.0.12023-06-21
当对象显示属性不是name时支持自定义修改显示的属性名eg
我要显示对象中的areaName属性我可以设置labelName="areaName"
具体使用可以看示例工程
## 1.0.02023-06-20
基于uview封装的级联选择器内置的地区数据
支持单列,多列,自动识别层级
支持自动去除重复名称:北京市-北京市-东城区---->北京市东城区
支持操作按钮显示在顶部,或者底部
支持三种模式传递默认值,如下
index:[0,0,7],
defaultIds: [1, 110000, 110106],
defaultNames: ['北京市', '北京市', '房山区']