Skip to content

Commit

Permalink
fix(tabs): 修复函数参数问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Nov 20, 2018
1 parent 9e1309a commit 4f3287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default class AtTabs extends AtComponent {
})
}
}
this.props.onClick(i, ...arguments)
this.props.onClick(...arguments)
}

handleTouchStart (e) {
Expand Down

0 comments on commit 4f3287e

Please sign in to comment.