问题模块 框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
客户端 小游戏 Bug iOS ios 11.4.1 iphone8 plus 6.6.6
- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
let btn_opts = {
type: 'image',
image:'xxxx',
type: 'text',
text: '获取用户信息',
style: {
left: Math.round(opts['x']*w_ratio),
top: Math.round(opts['y']*h_ratio),
width: Math.round(opts['w']*w_ratio),
height: Math.round(opts['h']*h_ratio),
}
};
let button = this._wx.createUserInfoButton(btn_opts)
微信小程序开发问题解答
微信小程序开发者回答:
你好,请参考以下帖子:
wx.createUserInfoButton接口在某些机型上报错https://developers.weixin.qq.com/community/develop/doc/00086eb3e48cb8cbb42788f905f400
本文网址:http://www.91bianli.com/weixinxiaochengxu/46683.html