[Doc] Collapse: fix typo in document (#1602)

This commit is contained in:
neverland 2019-05-05 20:25:16 +08:00 committed by GitHub
parent f3e050c876
commit 362964232d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ Page({
},
onChange(event) {
this.setData({
activeNames: event.detail
activeName: event.detail
});
}
});
@ -100,7 +100,7 @@ Page({
``` javascript
Page({
data: {
activeName: ['1']
activeNames: ['1']
},
onChange(event) {
this.setData({