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中
上一篇: PS简单绘制时光穿梭之门