mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[docs] Picker: advanced example incorrect
This commit is contained in:
parent
e8473b270d
commit
94e06e50f4
@ -112,7 +112,7 @@ Page({
|
|||||||
|
|
||||||
onChange(event) {
|
onChange(event) {
|
||||||
const { picker, value, index } = event.detail;
|
const { picker, value, index } = event.detail;
|
||||||
picker.setColumnValues(1, citys[values[0]]);
|
picker.setColumnValues(1, citys[value[0]]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user