欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

uniapp 授权报错 have a method "getUserInfoAction" to handle event "getuserinfo

程序员文章站 2024-02-18 13:44:10
...

uniapp 授权报错 :

have a method "getUserInfoAction" to handle event "getuserinfo

uniapp和微信api上的写法是不同的

以下代码解决问题

<view class='parent_view' style='margin-top:rpx;'>
		 <button type="primary" open-type="getUserInfo" @getuserinfo="getUserInfoAction" withCredentials="true" >授权用户信息</button>
</view>

 PS getUserInfoAction方法写在methods中

相关标签: 微信授权 uniapp