uniapp 授權報錯 have a method "getUserInfoAction" to handle event "getuserinfo

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中

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章