picker选定后取值bug
- 当前 Bug 的表现(可附上截图)
- 预期表现
获取到的e.detail.value应该为2022-7,实际获取值为2022
- 复现路径
- 提供一个最简复现 Demo
–wxml
<picker mode=“date” fields=“year,month” bindchange=“onPickerMonth”></picker>
–JS
onPickerMonth(e){console.log(e.detail.value)}