[docs] Picker: advanced example incorrect

This commit is contained in:
rex 2019-03-08 11:36:12 +08:00 committed by GitHub
parent e8473b270d
commit 94e06e50f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ Page({
onChange(event) {
const { picker, value, index } = event.detail;
picker.setColumnValues(1, citys[values[0]]);
picker.setColumnValues(1, citys[value[0]]);
}
});
```