- 个人小程序不能包含视频?
个人小程序不能展示视频?程序中只有一个视频,且仅作为学习和展示使用,审核不通过吗?
2020-02-18 - 小游戏中,wx.createUserInfoButton创建的按钮在真机中无法展示?
在开发者工具(基础库:2.2.5)中能正常展示,但是真机(基础库:2.10.1)中展示不出来。求指导,代码如下: var button = wx.createUserInfoButton({ type: 'text', text: "开始游戏", style: { left: wx.getSystemInfoSync().screenWidth / 2 - 60, bottom: wx.getSystemInfoSync().screenHeight / 2 - 60, width: 120, height: 40, lineHeight: 40, backgroundColor: '#fb94a9', color: '#ffffff', textAlign: 'center', fontSize: 16, borderRadius: 20 } }); button.show(); button.onTap(res => { if (res.errMsg === "getUserInfo:ok") { console.log("已经授权"); button.destroy(); } else { console.log("没有授权") } });
2020-01-20 - 无法打开小程序,请稍后重试(错误码:1002)
开发者工具中,无论扫描预览二维码还是真机调试二维码均弹窗提示:无法打开小程序。 ios、微信版本7.0.9、小程序的管理员 [图片]
2019-12-25