<button open-type="getUserInfo" bindgetuserinfo="bindgetuserinfo">登录</button>
methods: {
bindgetuserinfo: function(e) {
console.log(e);
}
}
但是在调用中 是会提示说 does not have a method "bindgetuserinfo" to handle event "getuserinfo".
之前是直接使用wx小程序来写的是可以获取info 转到uniapp上面却没有拿到
5***@qq.com
真的可以用~~~~
2019-08-16 17:51
ahkai
回复 5***@qq.com: 我怎么没有用
2020-03-30 15:07