Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: 修正头条小程序button组件onGetPhoneNumber事件大小写拼写问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liutao authored and Pochodaydayup committed Jan 19, 2020
1 parent b407f32 commit a802511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remax-toutiao/src/hostComponents/Button/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface ButtonProps extends BaseProps {
formType?: 'submit' | 'reset';
openType?: 'share' | 'getPhoneNumber';
onClick?: (e: any) => void;
onGetphonenumber?: (e: any) => void;
onGetPhoneNumber?: (e: any) => void;
}

export default createHostComponent<ButtonProps>('button');

0 comments on commit a802511

Please sign in to comment.