diff --git a/docs/component/button.md b/docs/component/button.md index 027ada6ce6e647f04769efbdd2349bb7ccf75683..e0691aa928a2d8f5071cb53d029bd3806f10df79 100644 --- a/docs/component/button.md +++ b/docs/component/button.md @@ -16,6 +16,7 @@ |hover-class|String|button-hover|指定按钮按下去的样式类。当 hover-class="none" 时,没有点击态效果||App-nvue 平台暂不支持| |hover-start-time|Number|20|按住后多久出现点击态,单位毫秒||| |hover-stay-time|Number|70|手指松开后点击态保留时间,单位毫秒||| +|app-parameter|String||打开 APP 时,向 APP 传递的参数,open-type=launchApp时有效||微信小程序、QQ小程序| |@getphonenumber|Handler||获取用户手机号回调|open-type="getPhoneNumber"|微信小程序| |@getuserinfo|Handler||用户点击该按钮时,会返回获取到的用户信息,从返回参数的detail中获取到的值同uni.getUserInfo|open-type="getUserInfo"|微信小程序| |@error|Handler||当使用开放能力时,发生错误的回调|open-type="launchApp"|微信小程序|