diff --git a/dist/dropdown-menu/index.js b/dist/dropdown-menu/index.js index 302659a1..4b71fe15 100644 --- a/dist/dropdown-menu/index.js +++ b/dist/dropdown-menu/index.js @@ -19,7 +19,7 @@ VantComponent({ childIndex: this.children.length }); this.children.push(target); - // 收集 dorpdown-item 的 data 挂在 data 上 + // 收集 dropdown-item 的 data 挂在 data 上 target && this.setData({ itemListData: this.data.itemListData.concat([target.data])