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

Commit

Permalink
fix(wechat): 修复 Button onGetPhoneNumber 属性不生效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Jan 18, 2020
1 parent 42a5161 commit ed9a481
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/remax-wechat/src/hostComponents/Button/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ export const alias = {
size: 'size',
appParameter: 'app-parameter',
showMessageCard: 'show-message-card',
onGetUserinfo: 'bindgetuserinfo',
onGetUserInfo: 'bindgetuserinfo',
onContact: 'bindcontact',
onGetPhoneMumber: 'bindgetphonenumber',
onGetPhoneNumber: 'bindgetphonenumber',
onError: 'binderror',
onOpenSetting: 'bindopensetting',
onLaunchApp: 'bindlaunchapp',
Expand Down

0 comments on commit ed9a481

Please sign in to comment.